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]
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