Python 2.2.1 vs. gcc 3.1?
Skip Montanaro
skip at pobox.com
Fri Jun 7 14:11:58 EDT 2002
More information about the Python-list mailing list
Fri Jun 7 14:11:58 EDT 2002
- Previous message (by thread): Python 2.2.1 vs. gcc 3.1?
- Next message (by thread): Python 2.2.1 vs. gcc 3.1?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python 2.2.1 vs. gcc 3.1?
- Next message (by thread): Python 2.2.1 vs. gcc 3.1?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list