First program
Phil H
skilphil at gmail.co.za
Sat Jun 12 05:03:43 EDT 2010
Hi,
Trying my hand with Python but have had a small hiccup.
Reading 'A byte of Python' and created helloworld.py as directed.
#!/usr/bin/python
# filename : helloworld.py
print 'Hello World'
At the terminal prompt cd to the file location and run from the prompt.
phil at grumpy:~/projects/python$ python helloworld.py
Hello World
All fine.
Then I tried the following as described in the tutorial and get the
following error
phil at grumpy:~/projects/python$ chmod a+x helloworld.py
phil at grumpy:~/projects/python$ ./helloworld.py
bash: ./helloworld.py: /usr/bin/python^M: bad interpreter: No such file
or directory
The permissions are: rwxr-xr-x.
Any help appreciated
Phil
More information about the Python-list
mailing list