On Tue, Apr 16, 2002 at 04:49:13PM -0700, Dennis Allison wrote: > OOOPs ... sorry to bother... runaway open bracket was the problem not > the new syntax. :-( In case you actually need a python code checker, do a web search for "pychecker." It can save you from a lot of basic mistakes that will compile to bytecode OK but not run correctly. --PW