Skip to content

RuntimeError when using AutoHotkey.py from game directory #25

Description

@fantonhike

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions