> Imports happen at run time. Beware starting threads in the code run at > import time in each module, though - there are some nasty bugs lurking > there. Instead, start the threads in functions invoked from the main > routine.
I have run into trouble trying to do that before. Thanks for the reminder Mike. -- http://mail.python.org/mailman/listinfo/python-list