Don\'t know what\'s wrong with my shebang line:
vic@ubuntu:~/Desktop$ ./test.py : No such file or directory vic@ubuntu:~/Desktop$ ls -l ... -rwxr-xr-x 1 v
Your file has Windows-type line endings. Convert it to proper Unix-type line endings and you should be good to go.
$ dos2unix test.py