How do I use and debug with locally built Python executables?

Martin von Loewis loewis at informatik.hu-berlin.de
Sun Nov 25 07:37:56 EST 2001


"Parzival Herzog" <parz at shaw.SpamBucket.ca> writes:

> Can anyone explain why the MyWin.pyd extension dll is not
> found using Python21_d.exe? It continues to be found using
> the installed Python.exe.

In the debug build, extension modules end with _d.dll or _d.pyd.
So you need to recompile your module for debugging as well.

Regards,
Martin



More information about the Python-list mailing list