I've just done a clean install of Mageia 5 (64 bit) and I'm trying to set up Python 2.7 so that I can develop with it using the wxPython GUI toolkit.
Having finally found out how to get IDLE I set about installing wxPython and have the following packages now installed:
* wxPython
* wxpython-wxversion
* lib64wxgtku2.8_0
* lib64wxgtku3.0_0
* lib64wxgtkugl2.8_0
* lib64wxgtkugl3.0_0
When I try to import wx into a Python program, I get the following error:
ImportError: /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol wxLocaleIsUtf8, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference
It looks like a library incompatibility, but I've no idea how to resolve it. Any help would be greatly appreciated.
Peter