Para qualquer pessoa que tenha esse problema, aqui está sua solução.
Se você tentar executar o playonlinux e receber este erro:
ImportError: No module named wxversion failed tests Please install python before trying to run this program
Edite este arquivo:
/ usr / share / playonlinux / bash / find_python
Altere o seguinte de:
next_python "python" next_python "python2.7" next_python "python2.6" next_python "python2" next_python "none"
para:
next_python "/usr/bin/python" #<<This line was added next_python "python" next_python "python2.7" next_python "python2.6" next_python "python2" next_python "none"
E é isso!