Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes path issue in Windows exe launchers #1999

Closed
wants to merge 1 commit into from

Conversation

alexpilotti
Copy link

Using spaces in Windows is common. This patch fixes an issue in the exe launch
wrappers generated in the "Scripts" directory where unnecessary quoting causes
the following error.

Fatal error in launcher: Unable to create process using '""C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\Python27\python.exe"" "C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\Python27\Scripts\nova.exe" '

Closes issue: #1997

Using spaces in Windows is common. This patch fixes an issue in the exe launch
wrappers generated in the "Scripts" directory where unnecessary quoting causes
the following error.

Fatal error in launcher: Unable to create process using '""C:\Program Files (x86)\Cloudbase    Solutions\OpenStack\Nova\Python27\python.exe"" "C:\Program Files (x86)\Cloudbase Solutions\OpenStack\Nova\Python27\Scripts\nova.exe" '

Closes issue: pypa#1997
@pfmoore
Copy link
Member

pfmoore commented Aug 28, 2014

We don't modify vendored scripts. This should be fixed upstream in distlib. And as per my comment on #1997, I have a suspicion that it might already have been fixed there.

@kantien
Copy link

kantien commented May 1, 2018

same problem

@pradyunsg
Copy link
Member

@kantien Could you file a new issue, complete with the error report?

@lock
Copy link

lock bot commented Jun 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants