On Nov 2, 12:47 pm, "ScottZ" <[EMAIL PROTECTED]> wrote: > Andrey - Thank you very much for the example. > Is something missing after the def start(self): or should def run(): not > be there?
No, Scott, this is one of the neatest features of Python -- "run" is a nested function. It is visible and usable only in "start" function. -- Best Regards, Andrey Balaguta -- http://mail.python.org/mailman/listinfo/python-list