> > 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). -- http://mail.python.org/mailman/listinfo/python-list