Description of problem: importing wx fails >>> import wx Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module> from wx._core import * File "/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14770, in <module> from _misc import * File "/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line 4, in <module> import _misc_ ImportError: /usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so: symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file libwx_gtk2u_adv-2.8.so.0 with link time reference Version-Release number of selected component (if applicable): [rakesh@fedora-rawhide SPECS]$ rpm -qa wxPython wxPython-2.8.10.1-2.fc14.x86_64 [rakesh@fedora-rawhide SPECS]$ How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This is a duplicate of bug 587900, but I don't know if the f13 fix has propagated to rawhide yet.
It hasn't been pushed to rawhide that is why I guess is still in rawhide (even though I haven't checked in f13 with update-testing whether new one solves it).