- Notifications
You must be signed in to change notification settings - Fork318
-
Hello... I'm trying out WinPython (Winpython64-3.9.5.0.exe) on a Windows 10 machine. I think everything is working ok, except the Control Panel. There is no response double-clicking it. Everything else works - Spyder, Jupyter, JupyterLab, etc, but the Control Panel does nothing, no error message, nothing at all. I've read many of the posts, and frankly I don't understand the lingo very well. I've done a lot of reading and searching online, but nothing helps. Seems like a lot of the documentation I have found is circular, and it often brings me back to where I started, and I'm out of ideas. Is there a fix for this? Thanks |
BetaWas this translation helpful?Give feedback.
All reactions
fixed in#1062
Replies: 3 comments 13 replies
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
hi, does teh qtconsole shortcut work ? If not, you may have installed "Winpython64-3.9.5.0dot.exe" and that doesn't include PyQt5, and so the control panel doesn't work.#834 |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you for you response. Actually, I use WinPyton Control Panel only do do the file associations and to add the shell extensions. My server has no internet connection so I don't plan to use the control panel to manage the packages. Is there another easy way to associate .py with Python, add the start menu entries and to get the Shell extensions? Kind regards, |
BetaWas this translation helpful?Give feedback.
All reactions
-
... mh, I tried the the suggested \scripts\make_winpython_fix.bat and once again it returned an error message:
Kind regards, |
BetaWas this translation helpful?Give feedback.
All reactions
-
I'm a Python beginner but I recognized the issue occurs in the file ' The function
This works well when I start it from the Python command prompt. Here it returnsTrue. The function in the script returns null. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Got it! WinPython 3.9.10 seems to have an issue with the space in the path. I've installed it under 'D:\Program Files'. I've isolated the function calling subprocess.popen and made several tests. At the end, I simply copied the entire WinPython folder to D:\WPy64-39100 and here I can start the WinPython Control Panel. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
To fix it, I changed line 375 in utils.py from
to
and now it works. |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
there was also said at a moment (before pandemic I think) that "python instances" would do a graphical layer over pip. |
BetaWas this translation helpful?Give feedback.
All reactions
-
fixed in#1062 |
BetaWas this translation helpful?Give feedback.