The forum

"Please install python before trying to run this program"

Author Replies
willwhite Friday 4 December 2020 at 16:22
willwhiteAnonymous

When I enter `./playonlinux` at the command line I get back "Please install python before trying to run this program". But Python is installed. Here is everything I get:

~/playonlinux$ ./playonlinux
Looking for python... 2.7.12 - Traceback (most recent call last):
  File "/home/user/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.12 - Traceback (most recent call last):
  File "/home/user/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.12 - Traceback (most recent call last):
  File "/home/user/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

Edited by willwhite

Dadu042 Friday 4 December 2020 at 17:16
Dadu042

OS and version ?

willwhite Friday 4 December 2020 at 18:12
willwhiteAnonymous

My OS is Trisquel and PlayOnLinux version is 4.3.4.
 

Dadu042 Friday 4 December 2020 at 20:08
Dadu042

What Trisquel version ?

 

By searching on the web "No module named wxversion", it seems that 'wxversion' need to be installed...