Hello,
apologies if this is not the right place for this question, but I've been struggling with this for a while now.
I'm trying to use the wrapper for a game made with Ren'Py. Normally it can use 3rd party modules from a folder called 'python-packages' in the game's directory (it works fine with the keyboard module, for example). But when I test anything inside the game, it returns with RuntimeError: AHK interop is not available. And if I run the traceback, I get this:
File "C:\Users\fanto\Desktop\renpy-8.1.0-sdk\renpy\compat\__init__.py", line 61, in <module>
import future.standard_library
ModuleNotFoundError: No module named 'future'
I have tried updating and re-installing future, but the same message comes up every time.
Thanks
Hello,
apologies if this is not the right place for this question, but I've been struggling with this for a while now.
I'm trying to use the wrapper for a game made with Ren'Py. Normally it can use 3rd party modules from a folder called 'python-packages' in the game's directory (it works fine with the keyboard module, for example). But when I test anything inside the game, it returns with
RuntimeError: AHK interop is not available.And if I run the traceback, I get this:I have tried updating and re-installing future, but the same message comes up every time.
Thanks