Hi,
I’m getting the following error after installing wx 2.8.11 using openSUSE 11.3 1-click.
ImportError: /usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/misc.so: symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8.11 not defined in file libwx_gtk2u_adv-2.8.so.0 with link time reference
Usually this means that the wx libraries it is trying to dynamically link to at runtime are not the same that were used when it was built. You can use ldd to see which dynamic libraries will be loaded by _misc_.so and maybe that will give you some clues as to what is going wrong.
···
On 9/9/10 7:36 AM, John Fabiani wrote:
Hi,
I'm getting the following error after installing wx 2.8.11 using
openSUSE 11.3 1-click.
ImportError:
/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so:
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8.11 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference