You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installer: WinPython-64bit-3.5.2.2Qt5
Operating System: Windows 10 Home
For some reason my Path variable did not have many common system paths.
If the System path variable does include some combination of %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\(source)
Then the WinPython Control Panel will not open any window at all, and will display no error message.
Opening the WinPython Interpreter will spawn a cmd.exe application with the error 'find' is not recognized as an internal or external command, operable program or batch file.
It would be a good idea to spawn a more informative error message when the proper DLLs(or programs) cannot be found for a proper sad path.
The text was updated successfully, but these errors were encountered:
@stonebig My %PATH% variable length was always fine. Somehow It got truncated at some point however(unrelated). What is related is that WinPython doesn't respond or really even give an error when the %PATH% variable is incorrectly set.
Installer: WinPython-64bit-3.5.2.2Qt5
Operating System: Windows 10 Home
For some reason my Path variable did not have many common system paths.
If the System path variable does include some combination of
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
(source)Then the
WinPython Control Panel
will not open any window at all, and will display no error message.Opening the
WinPython Interpreter
will spawn a cmd.exe application with the error'find' is not recognized as an internal or external command, operable program or batch file.
It would be a good idea to spawn a more informative error message when the proper DLLs(or programs) cannot be found for a proper sad path.
The text was updated successfully, but these errors were encountered: