Strange Python problem on Linux.

Michael Hudson mwh21 at cam.ac.uk
Tue Feb 29 07:37:52 EST 2000


"Thomas A. Bryan" <tbryan at python.net> writes:
[snip]
> I've never had this problem before in over a year of Python work.
> Basically, I have a Python program that I can run by typing
> python filename.py
> but not by typing 
> ./filename.py
[snip]

The only thing I can think of is that the hash-bang line has some
control characters or other gunk in it - have you tried `cat -v'-ing
it?

HTH,
Michael

-- 
very few people approach me in real life and insist on proving they are
drooling idiots.                         -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list