noob needs help

Jeremiah Dodds jeremiah.dodds at gmail.com
Wed Dec 3 03:28:05 EST 2008


On Wed, Dec 3, 2008 at 1:01 AM, Sambo <sambo at voidstar.com> wrote:

> Peter Pearson wrote:
>
>
> In slackware one needs "./" before the filename if you executing
> files in current dir.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Umm, only if you're running files marked as executable. If you're running
foo.py file by typing "python foo.py", you shouldn't need to type "python
./foo.py" .

Besides, wouldn't that be an issue with whatever shell you were using
anyhow, and not an issue with slackware?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081203/e6d6503b/attachment-0001.html>


More information about the Python-list mailing list