I get this and can't even run the program...
Code: Select all
Traceback (most recent call last):
File "EventGhost.pyw", line 51, in <module>
import eg
File "C:\Program Files\Event Ghost\eg\__init__.py", line 91, in <module>
import Core
File "C:\Program Files\Event Ghost\eg\Core.py", line 126, in <module>
from eg.WinApi.Dynamic import GetCurrentProcessId
File "C:\Program Files\Event Ghost\eg\WinApi\__init__.py", line 17, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "C:\Program Files\Event Ghost\eg\WinApi\Utils.py", line 20, in <module>
from Dynamic import (
File "C:\Program Files\Event Ghost\eg\WinApi\Dynamic\__init__.py", line 33, in <module>
_htmlhelp = WinDLL("hhctrl.ocx")
File "ctypes\__init__.pyc", line 353, in __init__
WindowsError: [Error 126] The specified module could not be found
Traceback (most recent call last):
File "EventGhost.pyw", line 51, in <module>
import eg
File "C:\Program Files\Event Ghost\eg\__init__.py", line 91, in <module>
import Core
File "C:\Program Files\Event Ghost\eg\Core.py", line 126, in <module>
from eg.WinApi.Dynamic import GetCurrentProcessId
File "C:\Program Files\Event Ghost\eg\WinApi\__init__.py", line 17, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "C:\Program Files\Event Ghost\eg\WinApi\Utils.py", line 20, in <module>
from Dynamic import (
File "C:\Program Files\Event Ghost\eg\WinApi\Dynamic\__init__.py", line 33, in <module>
_htmlhelp = WinDLL("hhctrl.ocx")
File "ctypes\__init__.pyc", line 353, in __init__
WindowsError: [Error 126] The specified module could not be foundPS. Its a 32bit system...
