Fatal Error in the interpreter?

Courageous jkraska at san.rr.com
Mon Dec 10 11:45:54 EST 2001


I'm currently using the Debug build from Python as checked
out of the current CVS branch (Python22). I have an extension
that I've written and compiled successfully, but when I import
it, the interpreter crashes:

Fatal Error: Interpreter not initialized (version mismatch?)

Upon introspection, it appears that the program is crashing
from within Py_InitModule().

I clearly see the version mismatch suggestion on the error
line, but after fishing about, I'm fairly confident that I
don't have a different Python in my runtime than the Python
I compiled with.

What else causes this error?



C//




More information about the Python-list mailing list