Re: [python-win32] mxDateTime problem with embedded Python

2012-08-24 Thread Mark Hammond
On 25/08/2012 11:28 AM, Will Sadkin wrote: On 24/08/2012 4:00 AM, Will Sadkin wrote: Hi all, I have a bit of a stumper. We have a C++ program in which we embed a release python interpreter, so that both our C++ and python programs can share a single codebase, written in Python. When buildi

Re: [python-win32] mxDateTime problem with embedded Python

2012-08-24 Thread Will Sadkin
On 24/08/2012 4:00 AM, Will Sadkin wrote: >> Hi all, >> >> I have a bit of a stumper. We have a C++ program in which we embed a >> release python interpreter, so that both our C++ and python programs >> can share a single codebase, written in Python. When building the >> program for debug, we

Re: [python-win32] mxDateTime problem with embedded Python

2012-08-23 Thread Mark Hammond
On 24/08/2012 4:00 AM, Will Sadkin wrote: Hi all, I have a bit of a stumper. We have a C++ program in which we embed a release python interpreter, so that both our C++ and python programs can share a single codebase, written in Python. When building the program for debug, we always #undef _DEB

[python-win32] mxDateTime problem with embedded Python

2012-08-23 Thread Will Sadkin
Hi all, I have a bit of a stumper. We have a C++ program in which we embed a release python interpreter, so that both our C++ and python programs can share a single codebase, written in Python. When building the program for debug, we always #undef _DEBUG while including Python.h, and always ther