Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88949 - wxPython-2.4.2.4 breaky pysoulseek and can't be imported
Summary: wxPython-2.4.2.4 breaky pysoulseek and can't be imported
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 04:41 UTC by rabbitambulance
Modified: 2005-04-13 08:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rabbitambulance 2005-04-13 04:41:54 UTC
When I try to start pysoulseek I get the following error:

Can not find wxPython modules. Either wxPython is not                           installed, or it's not in Python's module search path (it could be built 
for a different version of python interpreter for example). The current 
search path is 
['/usr/bin', '/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/portage/pym', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/PIL', '/usr/lib/python2.3/site-packages/gtk-2.0']

When I try to manually import it in the python shell, I get this:

Python 2.3.4 (#1, Feb  7 2005, 20:22:40) 
[GCC 3.3.5  (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wxPython
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20, in ?
    import wxc
ImportError: /usr/lib/libwx_gtk2-2.4.so: undefined symbol: _gtk_accel_group_detach

Reproducible: Always
Steps to Reproduce:
1. emerge pysoulseek
2. start pysoulseek
3.
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2005-04-13 08:11:30 UTC
Newer versions of gtk removed some private functions wxGTK shouldn't have been using. A patch has been added, so if you re-emerge wxGTK it will fix the problem.