Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7476779
By: jwishnie

I've installed PyDev and configured two interpreters Python2.5 and Python2.6

i've confirmed that the Pythonpath and Forced Builtins look correct (PYTHONPATH
contains _everything_ that is in 'sys.path' when running python from the 
standard
command line)

BUT whenever I try to run or debug a Python script I get an error on 'math'

e.g.
import math
math.ceil(3.1)

gets:
module has no member 'ceil'

Is this because 'math' is a C-library from lib-dynload? It's certainly a core
Python library...

I added it to 'forced builtins' with no success.

Any idea how I make this work?



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to