



Hi i have a simple example here
import math
r=5
print 2*math.pi*r
this will not compile or run on my osx tiger machine,
i have python 2.51 IDE installed
this is the error message i get
File "/Users/stephengalton/msc/python/math.py", line 1, in
import math
File "/Users/stephengalton/msc/python/math.py", line 2, in
print math.pi
AttributeError: 'module' object has no attribute 'pi'
any ideas