Skip to content

work again with spaces in path, part 2 #322

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

Closed
hiccup7 opened this issue May 2, 2016 · 1 comment
Closed

work again with spaces in path, part 2 #322

hiccup7 opened this issue May 2, 2016 · 1 comment

Comments

@hiccup7
Copy link

hiccup7 commented May 2, 2016

I had already made the changes to cmd.bat and register_python.bat suggested by #316. However, I found "WinPython Control Panel.exe" icon crashed with WinPython 3.4.4.2 installed in
"C:\Program Files". Here is how I fixed it:

In env_for_icons.bat, change:
call %~dp0env.bat
to:
call "%~dp0env.bat"

In wpcp.bat, change:
%WINPYDIR%\python.exe
to:
"%WINPYDIR%\python.exe"

I suspect there are other calls or direct use of executables in the batch files in the WinPython scripts folder that need the same fix.

@stonebig
Copy link
Contributor

stonebig commented May 2, 2016

you're right I missed some fix... quite a lot indeed

@stonebig stonebig closed this as completed May 2, 2016
@stonebig stonebig added this to the 2016-03 Matplotlib 2.0 / PyQt5.6 / mingwpy update ... milestone May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants