[SciPy-dev] gui_thread and wxPython-2.5.2.8

Fernando Perez Fernando.Perez at colorado.edu
Fri Oct 1 16:49:49 EDT 2004


Pearu Peterson schrieb:

>>In [1]: import gui_thread
>>
>>In [2]: gui_thread.start()
>>Traceback (most recent call last):
>> File "scipy_base/pexec.py", line 56, in run
>>   exec (code, frame.f_globals,frame.f_locals)
>> File "<string>", line 3, in ?
>>ImportError: /usr/lib/python2.3/site-packages/wx/_core_.so: cannot open 
>>shared object file: No such file or directory
> 
> 
> I got the same error and the fix is soon in CVS..

Great.  I just checked it and it works here.  In the normal python interpreter 
I got a strange threading exception upon exit on one occasion, but I can't 
reproduce it.  On others, I get segfaults upon exit.

For whatever strange reason, ipython doesn't segfault.

Best,

f




More information about the SciPy-Dev mailing list