View Single Post
  #1 (permalink)  
Old 03-18-2004
brian brian is offline
Registered User
 
Name: brian whitney
Organization: boulder research and development
Project: MarketBank
 
Join Date: Oct 2003
Posts: 119
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
Reply With Quote