FS#38473 - [wxpython] 3.0.0.0-1 Undefined symbol

Attached to Project: Arch Linux
Opened by Balló György (City-busz) - Sunday, 12 January 2014, 00:03 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 12 January 2014, 02:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:
Unable to run wxpython based applications.

Additional info:
* package version(s)
wxgtk 3.0.0-2
wxpython 3.0.0.0-1
dispcalgui 1.5.3.1-1
wammu 0.36-3

* config and/or log files etc.
ImportError: /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference

Steps to reproduce:
Run dispcalgui or wammu from console, and see the traceback.
This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 12 January 2014, 02:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  wxpython-3.0.0.0-2
Comment by Daniel Jenssen (Daerandin) - Sunday, 12 January 2014, 00:39 GMT
This issue is also present when attempting to run playonlinux, with the same ImportError
Comment by Stephen S (sbs) - Sunday, 12 January 2014, 01:38 GMT
I can confirm the bug. The wxpython module fails to import in python2.

* package versions(s)
python2 2.7.6-1
wxgtk 3.0.0-2
wxgtk2.9 2.9.5-1
wxpython 3.0.0.0-1

The steps to reproduce can be simplified. From the bash terminal, type:

$ python2 -c "import wx"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 4, in <module>
import _core_
ImportError: /usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference

Loading...