On 6/7/07, Ron Adam <[EMAIL PROTECTED]> wrote: > Well not the bug yet, but I did find the file. :-) > > The following clears it so make will work. > > rm ./build/lib.linux-i686-3.0/_struct.so > > So maybe something to do with Modules/_struct.c, or would it be something > else that uses it?
Removing any compiled extension files will work too. So, _struct isn't the source of the problem. -- Alexandre _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
