$ playonlinux Looking for python3... 3.13.0 - selected /usr/share/playonlinux/python/mainwindow.py:709: SyntaxWarning: invalid escape sequence '\|' self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg;*.JPG;*.jpeg;*.JPEG;*.bmp;*.BMP\ Traceback (most recent call last): File "/usr/share/playonlinux/python/mainwindow.py", line 40, in <module> import lib.lng as lng File "/usr/share/playonlinux/python/lib/lng.py", line 6, in <module> from . import Variables File "/usr/share/playonlinux/python/lib/Variables.py", line 6, in <module> import wx, lib.playonlinux as playonlinux File "/usr/share/playonlinux/python/lib/playonlinux.py", line 8, in <module> import subprocess, shlex, pipes, wx ModuleNotFoundError: No module named 'pipes' Reproducible: Always Steps to Reproduce: 1. Start playonlinux in a terminal 2. View error which occurs due to python change I assume.
Yes, this is related to Python 3.13, as https://docs.python.org/3/whatsnew/3.13.html mentions that the pipes module was removed. Could you please try whether the following command (run as root) solves the issue for you? sed -e 's/pipes, //' -e 's/pipes\./shlex./' -i /usr/share/playonlinux/python/lib/playonlinux.py If it leads to a new error, please provide that error as well. Resetting to current state would be using "dnf reinstall playonlinux".
Thank you Robert, your suggested change does solve my reported problem. Kind regards, Sean
FEDORA-2024-4839396535 (playonlinux-4.4-13.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-4839396535
FEDORA-2024-6f3a83d1ac (playonlinux-4.4-13.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-6f3a83d1ac
FEDORA-EPEL-2024-2e5434f214 (playonlinux-4.4-13.el8) has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-2e5434f214
FEDORA-EPEL-2024-cd67d23456 (playonlinux-4.4-13.el9) has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cd67d23456
FEDORA-2024-6f3a83d1ac has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-6f3a83d1ac` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-6f3a83d1ac See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-4839396535 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4839396535` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4839396535 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2024-cd67d23456 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-cd67d23456 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-3db58393a8 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-3db58393a8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-3db58393a8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2024-2e5434f214 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-2e5434f214 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-4839396535 (playonlinux-4.4-13.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2024-cd67d23456 (playonlinux-4.4-13.el9) has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2024-2e5434f214 (playonlinux-4.4-13.el8) has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-3db58393a8 (playonlinux-4.4-13.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-6f3a83d1ac (playonlinux-4.4-13.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.