SciPy gui_thread Problem

H

Hsuan-Yeh Chang

Dear SciPy users,

Can anyone tell me the reason for following error messages:
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 "<string>", line 1, in ?
ImportError: /usr/lib/wxPython/lib/libwx_gtk2u_ogl-2.5.so.3: undefined
symbol: _ZNK6wxExpr3NthEi


Thanks!!

HYC
 
R

Robert Kern

Hsuan-Yeh Chang said:
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:



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 "<string>", line 1, in ?
ImportError: /usr/lib/wxPython/lib/libwx_gtk2u_ogl-2.5.so.3: undefined
symbol: _ZNK6wxExpr3NthEi

Something has been compiled incorrectly or shared libraries are missing.

In any case, gui_thread probably won't work with wxPython 2.5.
Development on gui_thread has stopped in favor of ipython's threading
support.

http://ipython.scipy.org
http://ipython.scipy.org/doc/manual/node5.html#sec:threading-opts

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top