Re: [python-win32] Trying to build debug version of win32 extensions

2007-07-09 Thread Gerrat Rickert
Hammond [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 9:26 PM To: Gerrat Rickert; python-win32@python.org Subject: Re: [python-win32] Trying to build debug version of win32 extensions You also need to build Python itself in debug mode - that creates python_d.* AFAIK, there has been

Re: [python-win32] Trying to build debug version of win32 extensions

2007-07-09 Thread Sidnei da Silva
I believe you just have to run setup.py with 'python_d.exe' that is in PCBuild\python_d.exe instead of 'python.exe', though I might be wrong. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

[python-win32] Trying to build debug version of win32 extensions

2007-07-06 Thread Gerrat Rickert
I'm trying to build a debug version of the win32 extensions (basically to help track down a memory leak in a COM automation program I've written). To that end, I purchased a Visual C++ .Net Deluxe Learning Edition Book (which is probably the cheapest way to get the Visual C++ compiler required).

Re: [python-win32] Trying to build debug version of win32 extensions

2007-07-06 Thread Tim Roberts
Gerrat Rickert wrote: I’m trying to build a debug version of the win32 extensions (basically to help track down a memory leak in a COM automation program I’ve written). To that end, I purchased a Visual C++ .Net Deluxe Learning Edition Book (which is probably the cheapest way to get the