readwaveMIN / r-u-dead-yet

Automatically exported from code.google.com/p/r-u-dead-yet
0 stars 0 forks source link

: No such file or directory #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What am I doing wrong?

[root R-U-Dead-Yet-v2.1]# ./r-u-dead-yet.py http://google.com
: No such file or directory

Also tried:

[root R-U-Dead-Yet-v2.1]# /usr/bin/python ./r-u-dead-yet.py http://google.com
  File "./r-u-dead-yet.py", line 11
    class Parser():
                 ^
SyntaxError: invalid syntax

[root R-U-Dead-Yet-v2.1]# which python
/usr/bin/python

Original issue reported on code.google.com by kinnerk...@gmail.com on 12 Jan 2011 at 10:13

GoogleCodeExporter commented 8 years ago
Actually I get the same error when I try to run it without specifying which 
Python interpreter to use.
There must be some kind of a special character (some white-space perhaps) that 
got into the code while editing it on Windows. I will investigate further.

Original comment by ravivr@gmail.com on 19 Jan 2011 at 12:50