Home > Archive > Mathematica > October 2006 > package problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| dimitris 2006-10-30, 7:43 pm |
| Hello to all.
I faced problem with the loading of the ExpressionManipulation package
from the David Park's
link.
Here are some of the messages I got.
Needs["Algebra`ExpressionManipulation`"]
MessageName::messg: Algebra`ExpressionManipulation::usage cannot be set
to 3\D. It must be set to a string.
Syntax::newl: The newline character after " =20" is understood as a
multiplication operator.
(line 260 of "Algebra`ExpressionManipulation`")
Syntax::sntx: Syntax error in or before "= ". (line 256 of
"Algebra`ExpressionManipulation`")
Does someone know what I did wrong?
Regards
Dimitris
| |
| David Park 2006-10-30, 7:43 pm |
| The package files for Algebra`ExpressionManipulation` and
Algebra`Pushthrough` have been regenerated and put up at my web site. These
were old files dating from 2001 and 2002. At that time I believe there was a
problem in generating packages that worked across platforms, which has long
since been fixed by WRI. I 'm not certain if that was the exact cause but
anyway Dimitris now says that the newly generated packages work.
David Park
djmp@earthlink.net
http://home.earthlink.net/~djmp/
From: dimitris [mailto:dimmechan@yahoo.com]
Hello to all.
I faced problem with the loading of the ExpressionManipulation package
from the David Park's
link.
Here are some of the messages I got.
Needs["Algebra`ExpressionManipulation`"]
MessageName::messg: Algebra`ExpressionManipulation::usage cannot be set
to 3\D. It must be set to a string.
Syntax::newl: The newline character after " =20" is understood as a
multiplication operator.
(line 260 of "Algebra`ExpressionManipulation`")
Syntax::sntx: Syntax error in or before "= ". (line 256 of
"Algebra`ExpressionManipulation`")
Does someone know what I did wrong?
Regards
Dimitris
| |
| Murray Eisenberg 2006-10-30, 7:43 pm |
| I can reliable reproduce what you're seeing if I evaluate
<<Algebra`ExpressionManipulation`
(or the corresponding Get expression) more than once at a single kernel
session. However, I'm not getting any error messages at all if I use
Needs["Algebra`ExpressionManipulation`"]
instead.
dimitris wrote:
> Hello to all.
>
> I faced problem with the loading of the ExpressionManipulation package
> from the David Park's
> link.
>
> Here are some of the messages I got.
>
> Needs["Algebra`ExpressionManipulation`"]
> MessageName::messg: Algebra`ExpressionManipulation::usage cannot be set
> to 3\D. It must be set to a string.
> Syntax::newl: The newline character after " =20" is understood as a
> multiplication operator.
> (line 260 of "Algebra`ExpressionManipulation`")
> Syntax::sntx: Syntax error in or before "= ". (line 256 of
> "Algebra`ExpressionManipulation`")
>
> Does someone know what I did wrong?
>
> Regards
> Dimitris
>
>
--
Murray Eisenberg murray@math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
|
|
|
|
|