This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joshuaellinger
Recipients eryksun, joshuaellinger, steve.dower, tim.golden, zach.ware
Date 2014-12-27.22:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <DAD44E15-8C86-486F-B664-25AF71CC7468@exemplartech.com>
In-reply-to <9B7FBDF2-7291-4965-BFCA-3D7C6B349C72@exemplartech.com>
Content
The safest fix would be to make subprocess strip double-quotes from the executable path.

Double quote (") is not an allowed character in Windows file systems.  There is no case under 
which it can be correct to spawn a process in Windows where the path is quoted.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx

On Dec 27, 2014, at 4:04 PM, Joshua Ellinger <report@bugs.python.org> wrote:

> 
> Joshua Ellinger added the comment:
> 
> Having pip not work after a straight install to the normal place you'd install it on windows can't be a feature.
> 
> Even after I changed the .exe, pip itself breaks on the same problem.  Basically, you can't install python to
> the normal place on windows until this is fixed.
> 
> Josh
> 
> On Dec 27, 2014, at 9:49 AM, Steve Dower <report@bugs.python.org> wrote:
> 
>> 
>> Steve Dower added the comment:
>> 
>> I've previously reported this issue against setuptools (which generates the executable) and apparently they consider it a "feature". I don't have the link handy from my phone, but if you find the issue on bitbucket you can help attract some more attention to this.
>> 
>> ----------
>> 
>> _______________________________________
>> Python tracker <report@bugs.python.org>
>> <http://bugs.python.org/issue23121>
>> _______________________________________
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23121>
> _______________________________________
History
Date User Action Args
2014-12-27 22:24:29joshuaellingersetrecipients: + joshuaellinger, tim.golden, zach.ware, eryksun, steve.dower
2014-12-27 22:24:29joshuaellingerlinkissue23121 messages
2014-12-27 22:24:29joshuaellingercreate