Made a simple hello.py to test the python API code but I am having problems with the error below, all my python paths are set up correctly and I have placed the activator.dll in the same folder as the LexActivator.py but it keeps returning an error in the ctypes library
Does anybody know how to fix this or am I doing something completely wrong here
Thanks
Traceback (most recent call last):
File “C:/Users/philb/PycharmProjects/Cryptlex/Hello.py”, line 2, in
import LexActivator
File “C:\Users\philb\PycharmProjects\Cryptlex\LexActivator.py”, line 39, in
library = load_library(get_library_path())
File “C:\Users\philb\PycharmProjects\Cryptlex\LexActivator.py”, line 33, in load_library
return ctypes.cdll.LoadLibrary(path)
File “C:\Python36\lib\ctypes_init_.py”, line 426, in LoadLibrary
return self.dlltype(name)
File "C:\Python36\lib\ctypes_init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found