In <[email protected]> =?ISO-8859-7?B?zenq/Ovh7/Igyu/98eHy?= <[email protected]> writes:
> 'python files.py' interprets without an error. > Problem is that when via browser - http://superhost.gr/cgi-bin/koukos.py > i receive the following: Why should 'files.py' have any relation to 'koukous.py'? > What file does the error complain it cannot find? I do not understand its > message. Here is the code of koukos.py > ----------------------------- > #!/usr/bin/python Does /usr/bin/python exist? Scripts can throw a 'No such file or directory' or 'Command not found' error if they begin with a shebang line which refers to a nonexistent program. -- John Gordon A is for Amy, who fell down the stairs [email protected] B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- http://mail.python.org/mailman/listinfo/python-list
