fx-kirin / pyahk

folked from https://bitbucket.org/kitsu/pyahk to handle unicode string.
GNU General Public License v2.0
9 stars 2 forks source link

Cannot find a compatible AHK DLL #2

Open jordanbates opened 6 years ago

jordanbates commented 6 years ago

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 commented 5 years ago

https://github.com/HotKeyIt/ahkdll

cslycord commented 5 years ago

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