Forums

POL python script not launching

Auteur Réponses
oakraider4life Mardi 20 Mars 2012 à 5:33
oakraider4lifeAnonymous

Hello everyone!

I have hit a somewhat puzzling problem that I'm hoping someone out there can help me with. I'm running Arch Linux with a KDE4 install, trying to run POL 4.0.16 from the generic tarball package. Running the playonlinux.py script returns the following error:


File "mainwindow.py", line 92
wx.Frame.__init__(self, parent, 1000, title, size = (515,450))
^
TabError: inconsistent use of tabs and spaces in indentation
./playonlinux: line 96: python2.6: command not found
[james-arch@InspironArch playonlinux]$ ./playonlinux
File "mainwindow.py", line 92
wx.Frame.__init__(self, parent, 1000, title, size = (515,450))
^
TabError: inconsistent use of tabs and spaces in indentation
./playonlinux: line 96: python2.6: command not found


I definitely have all of the necessary dependencies installed, as installing and running POL from the arch mirror listed on the downloads page works perfectly but the version which is available on the Arch mirror is not the most recent.

Thanks in advance for any help!