On Wed, Dec 3, 2008 at 1:01 AM, Sambo <[EMAIL PROTECTED]> 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?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to