[SciPy-dev] gui_thread issue

Fernando Perez Fernando.Perez at colorado.edu
Fri Nov 5 13:55:49 EST 2004


Pearu Peterson schrieb:
> Interesting idea. Here's another possibility to execute `import 
> gui_thread;gui_thread.start()`:
> 
>    import gui_thread.start

Sure.  Short and sweet.  The final question is whether to list start in 
gui_thread's __all__, since this determines the behavior of a

from gui_thread import *

If having start called can cause problems with some of the other parts of 
gui_thread, then start should NOT be listed in __all__.

Cheers,

f




More information about the SciPy-Dev mailing list