When I open it with the ren'py engine, this appears:traceback.txt:
I'm sorry, but an uncaught exception occurred.
While loading the script.
File "game/src/+config.rpy", line 4, in <module>
init python early hide:
File "game/src/+config.rpy", line 5, in _execute_python_hide
from saga import __version__
ModuleNotFoundError: No module named 'saga'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\script.py", line 359, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\script.py", line 957, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\script.py", line 602, in finish_load
node.early_execute()
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\ast.py", line 884, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\8.3.4\renpy-8.3.4-sdk\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/src/+config.rpy", line 4, in <module>
init python early hide:
File "game/src/+config.rpy", line 5, in _execute_python_hide
from saga import __version__
ModuleNotFoundError: No module named 'saga'
Windows-10-10.0.19041 AMD64
Ren'Py 8.3.4.24120703
Sun Feb 2 13:26:10 2025
May I ask how to solve this