|
python installation problem
I'm probably doing something wrong, but ...
Just downloaded 1.3, made it successfully without errors, and then tried
"python allTests.py" and got this:
Traceback(most recent call last):
File "allTests.py", line 113, in ?
loop = False
NameError: name 'False' is not defined
I did a "python -V" to get the version and it is 2.2 as required.
Did this with 1.2 and it worked.
Any insight would be appreciated.
Thanks,
Brian
|