Can't use quickly run

Asked by Steve Garton

When executing 'quickly run' I get the message(s)

Can't execute bin/projectname
ERROR: run command failed
Aborting

However, when I run 'python bin/projectname' it runs fine! How can I find out why quickly won't run?

The project in question is using a custom template, but the only customisation I have done is to change the editor from gedit to geany.

Cheers!

Question information

Language:
Spanish Edit question
Status:
Solved
For:
Quickly Edit question
Assignee:
No assignee Edit question
Solved by:
Didier Roche-Tolomelli
Solved:
Last query:
Last reply:
Revision history for this message
Best Didier Roche-Tolomelli (didrocks) said :
#1

Thanks for your interest in Quickly,

short question, is bin/projectname executable? (ubuntu-project template make it executable at the end of quickly create process).
"$ python bin/projectname" don't executable file for the record, but quickly run corresponds to "./bin/projectname"

This can be an explanation why the command fails.

Revision history for this message
Steve Garton (sheepeatingtaz) said :
#2

That's the stuff! chmod +x solved all, thanks!

Revision history for this message
Steve Garton (sheepeatingtaz) said :
#3

Thanks Didier Roche, that solved my question.