Python-2.2.1, Solaris7, make test fails...

Martin v. Löwis loewis at informatik.hu-berlin.de
Wed Apr 17 11:33:47 EDT 2002


Hugh Sasse Staff Elec Eng <hgs at dmu.ac.uk> writes:

> WARNING: removing "math" since importing it failed
>         [...]

> So even building statically doesn't work.

You did not build statically. Instead, all extension modules are build
by setup.py now.

It would be crucial to understand *why* the imports fail. For that, it
would be crucial to perform the following actions:

1. Re-invoke the commands that are used to build the math module
   manually (without invoking make; just invoking the compiler)

2. Invoke ./python

3. 'import math'

4. Report the errors you get when invoking math that way

5. Report the command line used to link python.

Regards,
Martin




More information about the Python-list mailing list