On 2008-09-17, r0g <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED]:~/Desktop/py$ ls
> kickstart.py  kickstart.py~  kicktest.py  kicktest.py~
> [EMAIL PROTECTED]:~/Desktop/py$ kickstart.py
> bash: kickstart.py: command not found
>
> Any ideas why this might be?

Yes.

> A path thing?

Yes.

Linux systems generally don't have the current directory in the
PATH that's searched for executbles (it's regarded as a rather
serious security problem if you do).

Try doing this:

 ./kickstart.py

-- 
Grant Edwards                   grante             Yow! Look into my eyes and
                                  at               try to forget that you have
                               visi.com            a Macy's charge card!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to