Re: SciPy gui_thread Problem

2005-06-18 Thread Robert Kern
Hsuan-Yeh Chang wrote: > Dear SciPy users, If you want to address Scipy users, you should post to the Scipy mailing list. > Can anyone tell me the reason for following error messages: > > import gui_thread gui_thread.start() > > Traceback (most recent call last): > File "/usr/lib/py

SciPy gui_thread Problem

2005-06-18 Thread Hsuan-Yeh Chang
Dear SciPy users, Can anyone tell me the reason for following error messages: >>> import gui_thread >>> gui_thread.start() Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/scipy_base/pexec.py", line 56, in run exec (code, frame.f_globals,frame.f_locals) File "", l