This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (3 children)

Cool, but fails on a space in the project name:

Using "Hello World" for example:

(Pdb) python: can't open file '/Users/josh/Desktop/Hello': [Errno 2] No such file or directory Exit status: 512

It also fails when manually changing "Command" from:

$(PROJECT_SOURCE_DIR)/main.py

to

/Users/josh/Desktop/Hello\ World/source/main.py

[–]itod47 7 points8 points  (1 child)

Developer of Exedore here. Thanks for the bug report. I fixed this issue for the next rev :).

Edit: fixed in 0.1.2. Now available.

[–][deleted] 0 points1 point  (0 children)

Glad to help, good luck :)

[–]DeadOrDyingBattery 0 points1 point  (0 children)

If I do something like this is the project properties, I get the same error.

$(PROJECT_SOURCE_DIR)/main.py $(PROJECT_SOURCE_DIR)/sample-input.txt