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 reference

This 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?

Re: Problem in libwx_gtk2u_core-2.6.so.0

See http://bugs.musicbrainz.org/ticket/1978

Re: Problem in libwx_gtk2u_core-2.6.so.0

Thanks!  After doing a revdep-rebuild, updating wxGTK, wxpython, and getting the guy who does the Gentoo overlay to add support for 0.7.2, everything seems to be working now.