Het forum

Problem With Wx Libraries when Running

Auteur Antwoorden
nerdonator Zondag 24 Januari 2016 om 3:51
nerdonatorAnonymous

Hi, I have tried googling this problem, but I haven't come up with anything helpful.  When I try to run PlayOnLinux, I recieve the following error:

Looking for python... 2.7.10 - wxversion(s): 2.8-gtk2-unicode
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6),
and wxPython used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
/usr/share/playonlinux/bash/find_python: line 58: 19430 Aborted                 (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Looking for python2.7... 2.7.10 - wxversion(s): 2.8-gtk2-unicode
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6),
and wxPython used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
/usr/share/playonlinux/bash/find_python: line 58: 19441 Aborted                 (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Looking for python2.6... 
Looking for python2... 2.7.10 - wxversion(s): 2.8-gtk2-unicode
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6),
and wxPython used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
/usr/share/playonlinux/bash/find_python: line 58: 19453 Aborted                 (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Please install python before trying to run this program

Ubuntu 15.04

 

Any help would be appreciated, Thank you very much.

clchildress Vrijdag 27 Januari 2017 om 16:18
clchildressAnonymous

I'm experiencing the same problem on OpenSUSE Tumbleweed, running python-wxWidgets 3.0.2.0-2.10.  This is a recent change - POL worked about two weeks ago.

Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8).
/usr/share/playonlinux/bash/find_python: line 58: 15425 Aborted                 (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Looking for python2.7... 2.7.13 - wxversion(s): 3.0-gtk2
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8).
/usr/share/playonlinux/bash/find_python: line 58: 15432 Aborted                 (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Looking for python2.6... which: no python2.6 in (/home/cchildress/bin:/usr/local/bin:/usr/bin:/bin:/usr/games)

Looking for python2... 2.7.13 - wxversion(s): 3.0-gtk2
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8).
/usr/share/playonlinux/bash/find_python: line 58: 15440 Aborted                 (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Please install python before trying to run this program
Ground0 Zondag 29 Januari 2017 om 12:15
Ground0

I had the same Problem.

My Solution was:

Add this Repo : http://download.opensuse.org/repositories/X11:/wxWidgets/openSUSE_Tumbleweed/

And Install : python-wxWidgets

It should now remove python-wxWidgets-3_0 and accept all depencie changes.

Yamato-san Maandag 30 Januari 2017 om 2:12
Yamato-sanAnonymous

@Ground0

Thanks a bunch!

I was having the problem as OP, your tip fixed my problem, I had to remove python-wxWidgets-3_0 manually, after that zypper offered to install the "new" wxwidgets...

Opensuse Tumbleweed.

Aangepast door Yamato-san

sachmalh Woensdag 8 Februari 2017 om 20:53
sachmalhAnonymous

Thanks Ground0 your solution worked.

Aangepast door sachmalh

Papagei0 Maandag 20 Februari 2017 om 17:54
Papagei0Anonymous

@ Ground0

 

Tried yor solution. Unfortunately python-wxWidgets is not available in the Repo, only the python-wxWidgets-3_0 is.

Ground0 Vrijdag 24 Februari 2017 om 10:14
Ground0

Yes it didn't Work Anymore :-(

https://build.opensuse.org/request/show/451948#

Thats the point for now...

My worked solution for now (As long as Leap 42.2 exists it should work i think...)

This Repo:http://download.opensuse.org/distribution/leap/42.2/repo/oss/suse/

I included this Repo with Prio 200 (Lowest) and installed it same way on another Machine and it worked....

As normal no guarante that it works for all, then some application who uses the 3.0 Version will may not work anymore ....

Papagei0 Vrijdag 3 Maart 2017 om 14:04
Papagei0Anonymous

@ Ground0

since my last post a new Version of python-wxWidgets-3_0 is available on http://download.opensuse.org/repositories/X11:/wxWidgets/openSUSE_Tumbleweed/ and PlayOnLinux does not have any problems with that one on my system. So that solution worked out in the end too.