SyntaxError: invalid syntax

2005-12-26 Thread DIBS
I'm new to Python and I don't understand what I'm doing wrong. I'm running windows xp. In the command line window, I type: Python Sudoku.py and I get the response" SyntaxError: invalid syntax If anyone cane help me I'd be very grateful. -- http://mail.python.org/mailman/listinfo/python-lis

Re: SyntaxError: invalid syntax

2005-12-27 Thread DIBS
>>> python sudoku.py File "", line 1 python sudoku.py ^ >>>SyntaxError: invalid syntax Thanks for your help. The above is the extact message. DIBS "Steven D'Aprano" <[EMAIL PROTECTED]> wrote in message news