Bug#1077202: renpy: exception while trying to start renpy
Gregor Riepl
onitake at gmail.com
Sun Jul 28 14:08:11 BST 2024
> File "launcher/game/gui7.rpy", line 31, in <module>
> 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/games/renpy/launcher/game/gui7/__init__.py
/usr/share/games/renpy/launcher/game/gui7/code.py
/usr/share/games/renpy/launcher/game/gui7/icon.png
/usr/share/games/renpy/launcher/game/gui7/images.py
/usr/share/games/renpy/launcher/game/gui7/parameters.py
/usr/share/games/renpy/launcher/game/gui7.rpy
The upstream binary has the same files though, so maybe Python 3.12 changed the search path somehow?
Upstream is still based on Python 3.9.
$ find renpy-8.2.3-sdk | grep gui7
renpy-8.2.3-sdk/launcher/game/gui7
renpy-8.2.3-sdk/launcher/game/gui7/parameters.py
renpy-8.2.3-sdk/launcher/game/gui7/code.py
renpy-8.2.3-sdk/launcher/game/gui7/icon.png
renpy-8.2.3-sdk/launcher/game/gui7/__init__.py
renpy-8.2.3-sdk/launcher/game/gui7/images.py
renpy-8.2.3-sdk/launcher/game/gui7.rpyc
renpy-8.2.3-sdk/launcher/game/gui7.rpy
More information about the Pkg-games-devel
mailing list