I download the latest version of POL(v4.1.7). I get this on the command line.
./playonlinux
Traceback (most recent call last):
File "mainwindow.py", line 30, in <module>
import wxversion
ImportError: No module named wxversion
./playonlinux: line 138: python2.6: command not found
Suse software doesn’t list wxpython or in yast-software.
Need help, thanks.
Try installing python-wxWidgets. As root:
zypper in python-wxWidgets
or one click install: http://software.opensuse.org/ymp/openSUSE:12.1:Update/standard/python-wxWidgets.ymp?base=openSUSE%3A12.1&query=python-wxWidgets
Edit: Worth a try it does not find “wxversion” in it, but who knows.
I’v been doing some reading. python 2.6 won’t work wxpython. It needs to be recompiled for 2.7 I don’t understand much more than that.