Windows Debugging w/o MS

olsongt at verizon.net olsongt at verizon.net
Wed May 23 11:10:05 EDT 2007


>
> I've tried compiling python from source, and my extension module,
> using MSVC8 (free express version), and I managed to get this to work.
> The thing is, I don't want to have to recompile every single python
> package I need (wxPython, SciPy, etc).
>

Debug builds are incompatible with release builds.  You'll need to
build every binary extension in debug mode (assuming the original
authors don't provide debug builds).




More information about the Python-list mailing list