[Python-Dev] Windows Toolchain

Paul Moore p.f.moore at gmail.com
Mon Jul 13 20:42:33 CEST 2009


2009/7/13 Paul Moore <p.f.moore at gmail.com>:
> 2009/7/13 Eric Pruitt <eric.pruitt at gmail.com>:
>> It is indeed the file ../PCBuild/pcbuild.sln. The line endings appear to be
>> Unix style but after fixing them, I still have the same problem.
[...]
> I'd suggest trying to reproduce your issue with a clean checkout from
> Subversion.

FWIW, I did:

svn co http://svn.python.org/projects/python/tags/r31/ py31

Open pcbuild in Visual C++ 2008 Express. OK on the warning about
solution folders.

Right click "python" and choose "Build".

Works OK here. Also works if I download Python-3.1.tgz from python.org
and unpack it using (command line) bsdtar. I wonder - did you use
WinZip to unpack the archive? That has some sort of brain-damaged
"Smart" CRLF conversion for tar files, which may have screwed up your
files.

Paul.


More information about the Python-Dev mailing list