Python 2.2.1 vs. gcc 3.1?

Andrew Koenig ark at research.att.com
Fri Jun 7 14:15:45 EDT 2002


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

   $ ./python
   Python 2.2.1 (#4, Jun  7 2002, 13:24:38) 
   [GCC 3.1] on sunos5
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import struct
   Traceback (most recent call last):
     File "<stdin>", line 1, in ?
   ImportError: No module named struct

To what would it have renamed struct.so?





More information about the Python-list mailing list