On Sat, November 4, 2006 11:07 am, Jonathon Sisson wrote:
> Brian,
>
> It's not a permissions issue...
>
> (from the original e-mail...see below)
>  >> [EMAIL PROTECTED]:~/test$ ls -la shebangtest.py -rwxr-xr-- 1 brian
>  >> brian 68 2006-11-04 02:29 shebangtest.py
>
> This is clearly executable by brian, and clearly being executed by
> brian.  The shebang line is correct (#!/usr/bin/python).
>
[...]

Good call.  I jumped on the answer without making sure I clearly read
all the information provided.

-- 
Carlos Hanson



>
> Carlos Hanson wrote:
>>
>> Your answer lies in the file permission.  The file needs to be
>> executable.  If you look at the man pages for chmod, you will find
>> your answer.
>>



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to