I try to run the file from console but the output say this:
sudo ./playonlinux
Looking for python... 2.7.16 - Traceback (most recent call last):
File "/home/user/Downloads/PlayOnLinux_4.3.4/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.7... 2.7.16 - Traceback (most recent call last):
File "/home/user/Downloads/PlayOnLinux_4.3.4/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.6... which: no python2.6 in (/usr/sbin:/usr/bin:/sbin:/bin)
Looking for python2... 2.7.16 - Traceback (most recent call last):
File "/home/user/Downloads/PlayOnLinux_4.3.4/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Please install python before trying to run this program
i read something here http://ask.xmodulo.com/importerror-no-module-named-wxversion.html about how to install wxversion but, nothing is actually working for me, any ideas?