Importing at runtime

David Poundall david at jotax.com
Tue Oct 25 01:36:07 EDT 2005


> 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.




More information about the Python-list mailing list