hallo,
um Dragon mal auf linux auszuprobieren habe ich playonlinux installiert
sudo apt-get install playonlinux sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 wine32-preloader
Installation lief ohne Fehler. Nur das prog öffnet sich nicht
madmax@sonyvaio:~$ playonlinux
Looking for python3... 3.12.3 - selected
/usr/share/playonlinux/python/mainwindow.py:710: SyntaxWarning: invalid escape sequence '\|'
self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg;*.JPG;*.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'
madmax@sonyvaio:~$
kann mir da jemand weiterhelfen?
sudo apt-get install python3-pyasyncore
damit könnte ich das Prob lösen