nerdonator |
Sunday 24 January 2016 at 3:51
|
nerdonator
|
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 |
Friday 27 January 2017 at 16:18
|
clchildress
|
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 |
Sunday 29 January 2017 at 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 |
Monday 30 January 2017 at 2:12
|
Yamato-san
|
@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.
Edited by Yamato-san
|
sachmalh |
Wednesday 8 February 2017 at 20:53
|
sachmalh
|
Thanks Ground0 your solution worked.
Edited by sachmalh
|
Papagei0 |
Monday 20 February 2017 at 17:54
|
Papagei0
|
@ Ground0
Tried yor solution. Unfortunately python-wxWidgets is not available in the Repo, only the python-wxWidgets-3_0 is.
|
Ground0 |
Friday 24 February 2017 at 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 |
Friday 3 March 2017 at 14:04
|
Papagei0
|
@ 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.
|