donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.23k stars 280 forks source link

"failed to create process" when spaces in path #82

Closed MartinSGill closed 8 years ago

MartinSGill commented 8 years ago

Version: 0.4.0 Python: 3.5.1 (win x86)

When trying to use saws I get failed to create process, when python is installed "for all users" in the c:\program files (x86)\python folder.

Working on a hunch, I re-installed python in a folder without spaces in the path and this resolved the problem.

donnemartin commented 8 years ago

Hi, thanks for submitting this issue.

This might be a related Stack Overflow post:

http://stackoverflow.com/questions/24627525/fatal-error-in-launcher-unable-to-create-process-using-c-program-files-x86

I'm not sure there's much I can do to fix this, perhaps it might be helpful to add a note on the README for Windows users, pointing them to this ticket.

donnemartin commented 8 years ago

This seems to be the same issue as: https://github.com/donnemartin/haxor-news/issues/44 which was reported as fixed by following the Stack Overflow post instructions. Closing this issue, please let me know if you are still running into issues.