[Tutor] Trouble getting started

BELSEY, Dylan dylan.belsey@baesystems.com
Mon, 12 Aug 2002 13:28:09 +0930


Just a note on the first error that you get in the first hello.py window,
the invalid syntax error looks like it is the result of pasting the first
line of the interpreter start up, into the file.  The reason that the
SyntaxError points to the 2.2 is that it thinks that "Python" is some sort
of variable and doesn't recognise the format of the command thereafter.
    You might want to remove this line from your file.
HTH
        Dylan.
PS: "#" represents a comment so the rest of the line would not matter!