Python 2.2.1 vs. gcc 3.1?

Skip Montanaro skip at pobox.com
Fri Jun 7 14:11:58 EDT 2002


    Skip> Try running the just built python executable and then manually
    Skip> execute "import struct".  What error message(s) do you see?

    Andrew> $ python
    ...

Showing that you cd'd to your build directory and executed "./python" would
give me greater faith that you were executing the just-built interpreter and
importing the proper .so file.  Note that since the build process renamed
the file, you will probably have to go back and mv it back to struct.so
before trying this...

Skip





More information about the Python-list mailing list