Here's a new patch that should resolve the actual root of the problem[1].
Thanks to PyTom for the hint about the loader.
[1] https://docs.python.org/3/library/sys.html#sys.meta_pathcommit 2901314d05cf0ec29e35b3f8d7199927eaf8001e
Author: Gregor Riepl
Date: Fri Aug 9 00:36:08 2024 +0200
Fi
Here's a quick patch that will at least make renpy work again for me.
I haven't done an exhaustive search for other relative .rpy->.py imports, only
fixed those that produce errors.
--- a/launcher/game/distribute.rpy
+++ b/launcher/game/distribute.rpy
@@ -35,7 +35,7 @@
import store.updater a
File "launcher/game/gui7.rpy", line 31, in
import gui7
ModuleNotFoundError: No module named 'gui7'
I'm getting the same error.
The files seem to be installed, but I'm not sure if the location is correct:
$ dpkg -L renpy | grep gui7
/usr/share/games/renpy/launcher/game/gui7
/usr/share/
Package: renpy
Version: 8.2.2+dfsg-1
Severity: important
Dear Maintainer,
while trying to start renpy the following error occurs:
$ renpy
:1: SyntaxWarning: invalid escape sequence '\['
:1: SyntaxWarning: invalid escape sequence '\J'
:1: SyntaxWarning: invalid escape sequence '\R'
Full traceba
4 matches
Mail list logo