Re: [gentoo-user] Re: Running Scripts

2007-07-29 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 This error: bash: ./hello.py: /usr/bin/env: bad interpreter: Permission denied Means exactly that "/usr/bin/env is not a balid interpreter, because you don't have permission to execute it". Gives us the output of the "id" command, and ls -l /usr/

Re: [gentoo-user] Re: Running Scripts

2007-07-28 Thread Kent Fredric
On 7/29/07, Moshe Kamensky <[EMAIL PROTECTED]> wrote: > Hi, > > * Greg Lindstrom <[EMAIL PROTECTED]> [27/07/07 12:18]: > > Hello- > > > > I am programming Python (2.4.1) scripts to run on our Gentoo boxes and am > > having a bit of trouble I was hoping you could help me with. My file, > > hello.py

[gentoo-user] Re: Running Scripts

2007-07-28 Thread Moshe Kamensky
Hi, * Greg Lindstrom <[EMAIL PROTECTED]> [27/07/07 12:18]: > Hello- > > I am programming Python (2.4.1) scripts to run on our Gentoo boxes and am > having a bit of trouble I was hoping you could help me with. My file, > hello.py looks like this: > > #!/usr/bin/python > print 'hello, python' >

[gentoo-user] Re: Running Scripts

2007-07-28 Thread Moshe Kamensky
Hi, * Greg Lindstrom <[EMAIL PROTECTED]> [27/07/07 12:18]: > Hello- > > I am programming Python (2.4.1) scripts to run on our Gentoo boxes and am > having a bit of trouble I was hoping you could help me with. My file, > hello.py looks like this: > > #!/usr/bin/python > print 'hello, python' >