python23_d.lib

Miki Tebeka miki.tebeka at zoran.com
Sun Jun 13 04:54:00 EDT 2004


Hello Bryan,

> this is the simplest approach i've found.  i just add this around the 
> python.h include.
> 
> #ifdef _DEBUG
I think the following line is missing.
#undef _DEBUG
> #include <Python.h>
> #define _DEBUG
> #else
> #include <Python.h>
> #endif

Bye.
--
-------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at zoran.com>
The only difference between children and adults is the price of the toys.




More information about the Python-list mailing list