Hello,

I'm getting this when I run ./setup.py test in master:

beginner.precision [FAIL]Traceback (most recent call last):
  File "/home/scolobb/Dropbox/prj/python/sympy/examples/all.py", line
165, in run_example
    suppress_output(mod.main)
  File "/home/scolobb/Dropbox/prj/python/sympy/examples/all.py", line
186, in suppress_output
    fn()
  File "/home/scolobb/Dropbox/prj/python/sympy/examples/beginner/precision.py",
line 12, in main
    x = Pow(2, 50, evaluate=False)
NameError: global name 'Pow' is not defined

$ uname -a
Linux artifact 3.2.12-gentoo #1 SMP Tue Apr 10 18:38:48 EEST 2012
x86_64 Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz GenuineIntel GNU/Linux

$ python --version
Python 2.7.2

It runs fine if I run ./bin/test examples/beginner/precision.py .

Does anyone see the same problem?

Sergiu

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to