View Single Post

   
  #1 (permalink)  
Old 02-21-2008, 11:01 AM
Grant Edwards
 
Posts: n/a
Default How to get wxpython to work?

So far today, I'm only batting less than .500 with the packages
I've tried to emerge.

The stable verions of gnome-python-extras never did build, and
I couldn't get the ebuild of cvsweb to work either (it
installed fine by hand from a current source tarball).

However, the most recent failure is wxpython. I just emerged
it, and it seemed to build fine, but it won't run. If anybody
could lend me a clue, I'd appreciate it....


Python 2.4.2 (#1, Jan 24 2006, 22:52:33)
[GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx

Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ?
from wx._core import *
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ?
import _core_
ImportError: /usr/lib/libwx_gtk2_core-2.6.so.0: undefined symbol: pango_x_get_context


--
Grant Edwards grante Yow! Sorry, wrong ZIP
at CODE!!
visi.com
Reply With Quote