Solution for python22_d.lib

David Ascher DavidA at ActiveState.com
Thu Apr 4 19:09:04 EST 2002


Just as an FYI, if you're debugging your extension modules and want the
debug libraries, you can get them as a downloadable add-on to
ActivePython using pyppm:

   pyppm install ActivePython-Debug

However, this will not solve the problem that if you have third-party
extension modules installed (Numeric, PIL, or whatnot), that you need
the debug versions of those as well.

Sam's/Tim's code should work if you don't want anyone's debug code but
your own.

--david





More information about the Python-list mailing list