I just installed Python on Windows XP Pro. When I enter 'python' at the >>>
prompt in Pythonwin IDE I get the following:
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
Name Error: name 'python' is not defined
Can anyone help?
Thank you,
J. T. Cook
prompt in Pythonwin IDE I get the following:
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
Name Error: name 'python' is not defined
Can anyone help?
Thank you,
J. T. Cook
Comment