Forums

Problem With Wx Libraries when Running

Auteur Réponses
nerdonator Dimanche 24 Janvier 2016 à 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 Vendredi 27 Janvier 2017 à 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 Dimanche 29 Janvier 2017 à 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 Lundi 30 Janvier 2017 à 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.

Edité par Yamato-san

sachmalh Mercredi 8 Février 2017 à 20:53
sachmalhAnonymous

Thanks Ground0 your solution worked.

Edité par sachmalh

Papagei0 Lundi 20 Février 2017 à 17:54
Papagei0Anonymous

@ Ground0

 

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

Ground0 Vendredi 24 Février 2017 à 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 Vendredi 3 Mars 2017 à 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.