hey guys. I'm trying to install PlayOnLinux on kuuntu 24.10. I keep getting this error:
From what i can ascertain python is outdated.
~Is there anyway of working around this?
Looking for python3... 3.12.7 - selected
/usr/share/playonlinux/python/mainwindow.py:710: SyntaxWarning: invalid escape sequence '\|'
self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg ;*.J PG;*.jpeg;*.JPEG;*.bmp;*.BMP\
1.0
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 41, in <module>
import options, threading, debug
File "/usr/share/playonlinux/python/options.py", line 21, in <module>
from asyncore import dispatcher
ModuleNotFoundError: No module named 'asyncore'
/usr/share/playonlinux/python/mainwindow.py:710: SyntaxWarning: invalid escape sequence '\|'
self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg ;*.J PG;*.jpeg;*.JPEG;*.bmp;*.BMP\
1.0
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 41, in <module>
import options, threading, debug
File "/usr/share/playonlinux/python/options.py", line 21, in <module>
from asyncore import dispatcher
ModuleNotFoundError: No module named 'asyncore'
~Is there anyway of working around this?
Comment