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
Whitespace in any folder as part of the file path that the WinPython (version 3.5.1.3Zero 32bit) test files are stored in causes the WinPython Interpreter to fail (and perhaps some other files), as shown in the above test case image. Solving this problem may be a simple case of putting quotation marks around whatever file is attempted to be run.
The text was updated successfully, but these errors were encountered:
compute-e
changed the title
Failure to start because of white space in folder directory.
Failure to start because of white space in folder directory (version 3.5.1.3Zero 32bit).
Jun 23, 2016
As I said, "Solving this problem may be a simple case of putting quotation marks around whatever file is attempted to be run.". This small problem is evident in the changes (added quotation marks) to 1 file to solve it (https://github.com/winpython/winpython/pull/316/files).
Now it should be solved but WinPython coding developers, remember to quote filenames!
Whitespace in any folder as part of the file path that the WinPython (version 3.5.1.3Zero 32bit) test files are stored in causes the WinPython Interpreter to fail (and perhaps some other files), as shown in the above test case image. Solving this problem may be a simple case of putting quotation marks around whatever file is attempted to be run.
The text was updated successfully, but these errors were encountered: