Running Python scrips from the Shebang menu

2012-12-11 Thread vaboro
When I tried to run Python script from the Shebang menu I got the following message: usr/bin/python: No such file or directory I supposed BBEdit had tried to find Python executable in usr/bin/python directory. I spent couple of hours trying to find out what's wrong with my environment

Re: Running Python scrips from the Shebang menu

2012-12-11 Thread John Delacour
On 11/12/2012 21:39, vaboro wrote: When I tried to run Python script from the Shebang menu I got the following message: usr/bin/python: No such file or directory I supposed BBEdit had tried to find Python executable in usr/bin/python directory. I spent couple of hours trying to find out

Re: Running Python scrips from the Shebang menu

2012-12-11 Thread vaboro
Thanks for comment. I made the doc with just the two lines a Python doc. Saved it with .py extension. Ran it with the 'Run' command from the #! menu: Couldn't spawn sub-process. Exec failed. (application error code: 13501) Works with explicit shebang in the doc though. I think I should have