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

Mark Hammond mhammond at skippinet.com.au
Mon Oct 11 23:55:06 CEST 2004


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

Not really.  The easiest way is to rebuild some of the release extensions
with debugging information.  These rebuilt extensions can then be debugged
in an otherwise release version of Python.

Mark



More information about the Python-win32 mailing list