no math module

Randy Heiland heiland at ncsa.uiuc.edu
Fri Sep 14 08:09:50 EDT 2001


system:  Linux/Python-2.2a1

Is there some trick to getting the math module to build on Linux?

Python 2.2a1 (#2, Sep 13 2001, 13:37:15)
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import os,sys,math
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named math
>>> sys.path
['', '/home/heiland/Python-2.2a1', '/home/heiland/Python-2.2a1/Lib',
...


Can someone point me in the right direction?

thanks,
Randy




More information about the Python-list mailing list