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