$ ../../sage -c "print x"
Traceback (most recent call last):
  File "/Users/.../sage-5.1.beta5/local/bin/sage-eval", line 15, in <module>
    eval(compile(s,'<cmdline>','exec'))
  File "<cmdline>", line 1, in <module>
NameError: name 'x' is not defined


Note that other globals like 'factorial' are defined.  Is this intentional, 
or is something not getting imported?  Note that doing x=var('x') 
beforehand makes it work fine.

-- 
-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org



Reply via email to