Announcement

Collapse
No announcement yet.

Play on linux 24.10 issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Play on linux 24.10 issue

    hey guys. I'm trying to install PlayOnLinux on kuuntu 24.10. I keep getting this error:
    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'

    From what i can ascertain python is outdated.
    ~Is there anyway of working around this?

    #2
    Have you asked the PlayOnLinux people about it?
    The python version in Ubuntu is not old
    POL's packaging doesn't pull in a needed component.

    A quick perusal of the interwebs:
    https://askubuntu.com/questions/1513...module-missing

    Comment

    Working...
    X