[SciPy-dev] gui_thread issue
Prabhu Ramachandran
prabhu_r at users.sf.net
Sat Nov 6 04:29:31 CST 2004
>>>>> "FP" == Fernando Perez <Fernando.Perez at colorado.edu> writes:
FP> Pearu Peterson schrieb:
>> Interesting idea. Here's another possibility to execute `import
>> gui_thread;gui_thread.start()`:
>>
>> import gui_thread.start
FP> Sure. Short and sweet. The final question is whether to list
FP> start in gui_thread's __all__, since this determines the
FP> behavior of a
That sounds like a good plan. We could also use this::
import gui_thread.wx_start
Just in the rare case that someone comes up with working gui_thread
code for other toolkits?
In any case, should this be done now or once SciPy moves to SVN?
cheers,
prabhu
More information about the Scipy-dev
mailing list