Eli Bendersky <eli...@gmail.com> added the comment:

After some investigation of running make_buildinfo standalone, it boils down to 
this:

When it executes the path with quotes around the last argument:

"C:\Program Files\TortoiseSVN\bin\subwcrev.exe" .. ..\Modules\getbuildinfo.c 
"Win32-temp-Debug\getbuildinfo2.c"

I see the error about 'C:\Program' being unrecognized.

When it executes without quotes around the last argument:

"C:\Program Files\TortoiseSVN\bin\subwcrev.exe" .. ..\Modules\getbuildinfo.c 
Win32-temp-Debug\getbuildinfo2.c

It works just fine.

Could this be some bizzarre bug in the quote parser of cmd.exe? I run Win XP 
Home SP3.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11034>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to