import wx Error for wxPython v.2.8.12.1

Hi,

I just installed wxPython-src-2.8.12.1. During the verification process I’m getting the following error.

Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48)

[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2

Type “help”, “copyright”, “credits” or “license” for more information.

import wx

Traceback (most recent call last):

File “”, line 1, in

File “/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/init.py”, line 45, in

from wx._core import *

File “/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 14813, in

from _gdi import *

File “/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py”, line 4, in

import _gdi_

ImportError: /usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/gdi.so: symbol _ZN14wxGnomePrintDC13GetResolutionEv, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference

Kindly help.

Thanks

Alan Mathew

I haven’t compiled, but my first thought is: do you need to specify a ‘use’ WXU flag at compile time?

···

On Thursday, July 10, 2014 12:16:45 AM UTC-7, Alan Mathew wrote:

Hi,

I just installed wxPython-src-2.8.12.1. During the verification process I’m getting the following error.

Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48)

[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2

Type “help”, “copyright”, “credits” or “license” for more information.

import wx

Traceback (most recent call last):

File “”, line 1, in

File “/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/init.py”, line 45, in

from wx._core import *

File “/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 14813, in

from _gdi import *

File “/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py”, line 4, in

import _gdi_

ImportError: /usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/gdi.so: symbol _ZN14wxGnomePrintDC13GetResolutionEv, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference

Kindly help.

Thanks

Alan Mathew