<br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 1:01 AM, Sambo <span dir="ltr"><<a href="mailto:sambo@voidstar.com">sambo@voidstar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Peter Pearson wrote:<br>
<br>
<br>
</div>In slackware one needs "./" before the filename if you executing<br>
files in current dir.<br>
<div><div></div><div class="Wj3C7c">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br>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" .<br>
<br>Besides, wouldn't that be an issue with whatever shell you were using anyhow, and not an issue with slackware?<br>