"DIBS" <[EMAIL PROTECTED]> wrote:

> >>> python sudoku.py
>     File "<stdin>", line 1
>        python sudoku.py
>                     ^
>
> >>>SyntaxError: invalid syntax

> Thanks for your help.
> The above is the extact message.

that looks like the Python interpreter window, not the Windows command-
line window.

To run complete Python programs, type "python filename" in the Windows
command-line window (or double-click on filename from the explorer).

the FAQ has more information:

http://www.python.org/doc/faq/windows.html#how-do-i-run-a-python-program-under-windows

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to