just few days ago I installed other version of Python on Ubuntu (I need it for coding). Installation of Python went pretty much smoothly, but when I try to launch League Of Legends I get a problem. I've tried to google this problem, but didn't find any working solution.
That's what I get if I run Playonlinux on Terminal:
Looking for python... 2.7.9 :: Anaconda 2.2.0 (64-bit) - Traceback (most recent call last):
File "/usr/share/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.9 :: Anaconda 2.2.0 (64-bit) - Traceback (most recent call last):
File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.6...
Looking for python2... 2.7.9 :: Anaconda 2.2.0 (64-bit) - Traceback (most recent call last):
File "/usr/share/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
Also I've found these answers here, but they didn't solve my problem.
Is there a way to fix it somehow?
P.s. Please don't suggest to reinstall Ubuntu, because I'll have to install this version of Python anyway.
Thank you!!!
apt-get
? Try runningpython -V
to see what python version you're using – Jamie May 15 '15 at 21:30