[C++-sig] Debug build

Matthew Scouten matthew.scouten at gmail.com
Fri Mar 14 20:11:08 CET 2008


I have had some need for end to end debugging. (step through python,
boost.python the wrapper layer, and the wrapped library to find my error).

To that end I have compiled python in debug mode, and compiled my library in
debug mode. I have an odd error:

Press any key to continue . . .
C:\tools-current>python
Python 2.5.1 (r251:54863, Feb  1 2008, 11:38:01) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cppclient
>>> ^Z


C:\tools-current>python_d
Python 2.5.1 (r251:54863, Feb  1 2008, 11:28:42) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cppclient
Fatal Python error: Interpreter not initialized (version mismatch?)

C:\tools-current>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20080314/8a3a13bc/attachment.htm>


More information about the Cplusplus-sig mailing list