Bug#1096186: fails with PYTHONSAFEPATH

2025-02-17 Thread Simon McVittie
On Mon, 17 Feb 2025 at 11:39:42 +0100, VA wrote: > When running a game with PYTHONSAFEPATH=y, this error occurs at start: ... > ModuleNotFoundError: No module named 'gdp_launcher_base' > > The solution would be to insert some code like > `sys.path.append(os.path.dirname(__file__))` Yes, something

Bug#1096186: fails with PYTHONSAFEPATH

2025-02-17 Thread VA
Package: game-data-packager-runtime Version: 84 When running a game with PYTHONSAFEPATH=y, this error occurs at start: ``` Traceback (most recent call last): File "/usr/games/serious-sam-tfe", line 25, in from gdp_launcher_base import ( ^^^ ...<3 lines>