[python-win32] mixing debug and release .pyd imports

fz.3 at arcor.de fz.3 at arcor.de
Mon Oct 11 18:34:01 CEST 2004


Hi* 

In VC++ debug builds for Python import debug versions of extension modules (as XX_d.pyd 
or XX_d.dll). 

Is there ANY way to import release versions of extension modules (XX.pyd) in a debug 
environment? 

I have naively extended _PyImport_DynLoadFiletab in dynload_win.c to search for release 
pyd's if debug versions aren't available, but get 
   Fatal Python error: Interpreter not initialized (version mismatch?) 
when I try to import such a module. 

Thanks 
Fritz Bosch


Arcor-DSL: jetzt ohne Einrichtungspreis einsteigen oder wechseln
Sie sparen 99,95 Euro. Arcor-DSL ist in vielen Anschlussgebieten
verfügbar. http://www.arcor.de/home/redir.php/emf-dsl-1



More information about the Python-win32 mailing list