calling python interpreter

bowman bowman at montana.com
Tue Aug 31 09:41:52 EDT 1999


Kranio wrote:
> 

> but it gave me "access denied" message. The interperter is in the
> right dir and I am the owner of the file; tha same happens being root.
> What is the problem?

'chmod 777 pippo.py' will probably solve it, if a little overkill. You
need execute permissions set, too. do a 'ls -l pippo.py' and see if
there are any 'x'
or just -rw-rw-rw




More information about the Python-list mailing list