On 20/08/12 05:47, john wrote:
print"hello world"#this is just something to say



 >>> /Users/jonathan/Documents/hello.py

You don;t run Python scripts from the python prompt. You only type Python co0mmands there. You could import your file which wiull run it but the effect is slightly different. Its better to run scripts from the OS prompt

$ python /Users/jonathan/Documents/hello.py


--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to