pyc compiled files crash

Martin von Loewis loewis at informatik.hu-berlin.de
Thu May 24 12:07:59 EDT 2001


Mike Morasky <mikem at wetafx.co.nz> writes:

> I've got a script that runs fine the first time when it's importing
> .py files but I get a bus error once the referenced files have
> become .pyc.  anyone?

Perhaps the pyc file was created by a different Python version.

If it is not that, it probably is some bug deep inside Python (or some
extension module that you use); only a debugger can tell.

Regards,
Martin



More information about the Python-list mailing list