New to python, can i ask for a little help?

warhammer1805 at gmail.com warhammer1805 at gmail.com
Wed May 13 00:18:15 EDT 2009


I loaded python 3.1
I can use the gui and i see the following:

Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>

It would seem that this is working correctly and there is no path
problem.
I am running windows vista.

When i put in a test string i see this:

Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print "hello world!"
SyntaxError: invalid syntax (<pyshell#0>, line 1)
>>>

Can anyone tell me what is wrong? I didnt expect that error....

Andrew



More information about the Python-list mailing list