VC++-Extension in Debug-Mode
sentinel101 at my-deja.com
sentinel101 at my-deja.com
Tue Nov 21 05:03:33 EST 2000
More information about the Python-list mailing list
Tue Nov 21 05:03:33 EST 2000
- Previous message (by thread): VC++-Extension in Debug-Mode
- Next message (by thread): win32 registry access
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've problems with an extension written in VC++ and compiled & linked in Debug mode. I got the debug libs from the BeOpen-Website and everything seemed to work fine until I imported the module. The standard Python interpreter just crashed immediately after displaying the message "Fatal Python error: Interpreter not initialized (version mismatch?)". The debug version of Python simply says "ImportError: No module named XXX". The crash seems to happen in Python20_d.dll (modsupport.c), probably in function Py_InitModule4TraceRefs. Can I circumvent this by undefining Py_TRACE_REFS which I found in modsupport.h ? Any idea ? Thx in advance Michael Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): VC++-Extension in Debug-Mode
- Next message (by thread): win32 registry access
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list