Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find a compatible AHK DLL #2

Open
jordanbates opened this issue Jun 13, 2018 · 2 comments
Open

Cannot find a compatible AHK DLL #2

jordanbates opened this issue Jun 13, 2018 · 2 comments

Comments

@jordanbates
Copy link

For the life of me I cannot find the AutoHotkey_H ANSI 32-bit Version 1.1.8.1, or any AHK dll that is compatible with this library. If you could share your dll, or provide any other solution to this problem, that would be immensely appreciated!

@TAbdiukov
Copy link
Contributor

@cslycord
Copy link

It's not clear where you are supposed to place the dll files for them to be loaded. I can load the DLL manually, but when I use ahk.start(), I get an error that says:
NameError: "global name '_ahk' is not defined"

And this happens if I load my dll use ctypes.cdll.LoadLibrary("C:\Path\to\dll) and store that as an object named "_ahk"

I'm using pyahk from pip in anaconda with python 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants