- Aug 2, 2019
- 326
- 199
1st. Did you applied the patch the correct way?I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKfunctions.rpy", line 12, in <module>
from math import prod
ImportError: cannot import name prod
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 485, in finish_load
node.early_execute()
File "renpy/ast.py", line 985, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKfunctions.rpy", line 12, in <module>
from math import prod
ImportError: cannot import name prod
2nd. you need to start a new game after the patch not loading a save game
For me this patch just working fine.