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

2007-07-08 Thread Mark Hammond
You also need to build Python itself in debug mode - that creates python_d.* AFAIK, there has been no decision about the official Python 2.6 compiler and VS2003 is still the "official" one for 2.5... Cheers, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [python-win32] polling with os.popen3

2007-07-08 Thread TK Soh
On 6/30/07, Tim Roberts <[EMAIL PROTECTED]> wrote: > TK Soh wrote: > > On 6/29/07, Tim Roberts <[EMAIL PROTECTED]> wrote: > >> TK Soh wrote: > >> > I'm trying to use os.popen3 to replace subprocess.Popen for python 2.3 > >> > compatibility. According to the document, os.Popen3 class is not > >> > s