MarkAusten / TDHelper

GUI for Trade Dangerous and EDDBlink
MIT License
7 stars 4 forks source link

Calling Python borks out where there are spaces in paths. #2

Closed Tromador closed 6 years ago

Tromador commented 6 years ago

I have TDH installed at D:\Games\Game Tools\Elite\TD Helper

Command line: D:\Games\Game Tools\Elite\TD Helper\EDCE\edce_client.py
C:\Program Files\Python36\python.exe: can't open file 'D:\Games\Game': [Errno 2] No such file or directory

There are ways around this for dealing with whitespace in windows paths and python

MarkAusten commented 6 years ago

I'm so used to not putting Windows apps anywhere near paths with spaces that I forget to allow for it.

issue is now fixed.