no math module

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Sep 14 08:36:27 EDT 2001


Randy Heiland <heiland at ncsa.uiuc.edu> writes:

> Can someone point me in the right direction?

As the starting point, you should find out whether a math.so has been
build by setup.py; it should live in build/lib.<arch> of the source
tree. If yes, you'll have to find out whether it was properly
installed, looks like a shared library (file(1), nm(1)), and lives in
a location that is in sys.path.

If not, re-run the build process to find out whether there are any
errors reported when attempting to build math.so.

Regards,
Martin



More information about the Python-list mailing list