Topic: Problem in libwx_gtk2u_core-2.6.so.0
I went to go use Picard tagger after a couple months, and I started getting this error:
Traceback (most recent call last):
File "/usr/bin/picard", line 2, in ?
from picard.tagger import main; main('/usr/share/locale')
File "/usr/lib/python2.4/site-packages/picard/tagger.py", line 64, in ?
import wx
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/__init__.py", line 42, in ?
from wx._core import *
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 4, in ?
import _coreImportError: /usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core_.so: symbol _ZTV17wxMemoryFSHandler, version WXU_2.6 not defined in file libwx_gtk2u_core-2.6.so.0 with link time referenceThis was with 0.7.0. I then updated to the bleeding edge through Gentoo portage overlay, which I assume is 0.7.2, and I'm getting the same error. I tried reinstalling Python, Picard, tunepimp and everything else it needs, but it just won't work :(
Any ideas?