Estoy intentando ejecutar playonlinux en slackware y al principio me salió el fronted pidiendome que me descargara una fuentes de microsoft, despues de actualizar las fuentes, se cerró, y ahora cada vez que intento abrirlo me sale estas en consola
PlayOnLinux v2.0
----------------
Checking python : [ Ok ]
Traceback (most recent call last):
File "/root/playonlinux/python/mainwindow.py", line 417, in <module>
app = PlayOnLinuxApp()
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7836, in __init__
self._BootstrapApp()
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7433, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/root/playonlinux/python/mainwindow.py", line 410, in OnInit
frame = MainWindow(None, -1, "PlayOnLinux"
File "/root/playonlinux/python/mainwindow.py", line 183, in __init__
self.Reload(self)
File "/root/playonlinux/python/mainwindow.py", line 345, in Reload
game_exec = self.list_game.GetItemText(self.list_game.GetSelection())
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_controls.py", line 5250, in GetItemText
return _controls_.TreeCtrl_GetItemText(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "item.IsOk()" failed at ../src/generic/treectlg.cpp(935) in GetItemText(): invalid tree item
Lo raro es que tengo instalao python 2.8 y las wxpython 2.8.7
Y no se a que se debe, alguna idea??
Gracias