Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Error on install

If you have a question or need help, this is the place to be.
Post Reply
Crispies
Posts: 1
Joined: Sat Nov 20, 2010 2:12 pm

Error on install

Post by Crispies »

I'm using windows xp pro 32bit service pack 3 completely up to date and the latest version of event ghost here's the error i get and i have no idea what to do from here. I'm trying to get my xbox dvd remote to work so i can use it with xbmc

Code: Select all

Traceback (most recent call last):
  File "EventGhost.pyw", line 30, in <module>
  File "C:\Program Files\EventGhost\eg\__init__.py", line 114, in <module>
    import Core
  File "C:\Program Files\EventGhost\eg\Core.py", line 99, in <module>
    from eg.WinApi.Dynamic import GetCurrentProcessId
  File "C:\Program Files\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
    from Utils import PyGetCursorPos as GetCursorPos
  File "C:\Program Files\EventGhost\eg\WinApi\Utils.py", line 26, in <module>
    from Dynamic import (
  File "C:\Program Files\EventGhost\eg\WinApi\Dynamic.py", line 17, in <module>
    _htmlhelp = WinDLL("hhctrl.ocx")
  File "ctypes\__init__.pyc", line 353, in __init__
WindowsError: [Error 126] The specified module could not be found
Post Reply