[FIXED] Install bug "user32.dll" ?????
Posted: Tue May 06, 2008 7:10 am
Hi,
I have successfully been running EventGhost build 1325 in Windows 2000
I thought it was time to update to 1393 but during setup I get the error as shown in the picture.
The attached log is also below.
Last version working fine for me with Windows 2000 seems to be build 1330. After this you can see that the setup file has become smaller. Was something removed from the setup???
Kind regards, Walter
I have successfully been running EventGhost build 1325 in Windows 2000
I thought it was time to update to 1393 but during setup I get the error as shown in the picture.
The attached log is also below.
Last version working fine for me with Windows 2000 seems to be build 1330. After this you can see that the setup file has become smaller. Was something removed from the setup???
Kind regards, Walter
Code: Select all
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 130, in <module>
import Init
File "g:\EventGhost\eg\Init.py", line 30, in <module>
import wx
File "wx\__init__.pyc", line 45, in <module>
File "wx\_core.pyc", line 4, in <module>
File "wx\_core_.pyc", line 12, in <module>
File "wx\_core_.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 130, in <module>
import Init
File "g:\EventGhost\eg\Init.py", line 30, in <module>
import wx
File "wx\__init__.pyc", line 45, in <module>
File "wx\_core.pyc", line 4, in <module>
File "wx\_core_.pyc", line 12, in <module>
File "wx\_core_.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 130, in <module>
import Init
File "g:\EventGhost\eg\Init.py", line 30, in <module>
import wx
File "wx\__init__.pyc", line 45, in <module>
File "wx\_core.pyc", line 4, in <module>
File "wx\_core_.pyc", line 12, in <module>
File "wx\_core_.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 129, in <module>
e = win32com.client.Dispatch("{7EB106DC-468D-4345-9CFE-B0021039114B}")
File "win32com\client\__init__.pyc", line 95, in Dispatch
File "win32com\client\dynamic.pyc", line 98, in _GetGoodDispatchAndUserName
File "win32com\client\dynamic.pyc", line 78, in _GetGoodDispatch
pywintypes.com_error: (-2146959355, 'Server execution failed', None, None)
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 134, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 252, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 25, in <module>
from Dynamic import (
File "g:\EventGhost\eg\WinApi\Dynamic.py", line 933, in <module>
WTSRegisterSessionNotification = _WtsApi32.WTSRegisterSessionNotification
File "ctypes\__init__.pyc", line 361, in __getattr__
File "ctypes\__init__.pyc", line 366, in __getitem__
AttributeError: function 'WTSRegisterSessionNotification' not found
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 134, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 252, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 25, in <module>
from Dynamic import (
File "g:\EventGhost\eg\WinApi\Dynamic.py", line 933, in <module>
WTSRegisterSessionNotification = _WtsApi32.WTSRegisterSessionNotification
File "ctypes\__init__.pyc", line 361, in __getattr__
File "ctypes\__init__.pyc", line 366, in __getitem__
AttributeError: function 'WTSRegisterSessionNotification' not found
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 134, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 252, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 25, in <module>
from Dynamic import (
File "g:\EventGhost\eg\WinApi\Dynamic.py", line 933, in <module>
WTSRegisterSessionNotification = _WtsApi32.WTSRegisterSessionNotification
File "ctypes\__init__.pyc", line 361, in __getattr__
File "ctypes\__init__.pyc", line 366, in __getitem__
AttributeError: function 'WTSRegisterSessionNotification' not found
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 134, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 252, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 25, in <module>
from Dynamic import (
File "g:\EventGhost\eg\WinApi\Dynamic.py", line 933, in <module>
WTSRegisterSessionNotification = _WtsApi32.WTSRegisterSessionNotification
File "ctypes\__init__.pyc", line 361, in __getattr__
File "ctypes\__init__.pyc", line 366, in __getitem__
AttributeError: function 'WTSRegisterSessionNotification' not found
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 134, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 252, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 25, in <module>
from Dynamic import (
File "g:\EventGhost\eg\WinApi\Dynamic.py", line 933, in <module>
WTSRegisterSessionNotification = _WtsApi32.WTSRegisterSessionNotification
File "ctypes\__init__.pyc", line 361, in __getattr__
File "ctypes\__init__.pyc", line 366, in __getitem__
AttributeError: function 'WTSRegisterSessionNotification' not found
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "g:\EventGhost\eg\Main.py", line 135, in <module>
eg = EventGhost(args)
File "g:\EventGhost\eg\Init.py", line 125, in __init__
eg.app
File "g:\EventGhost\eg\Init.py", line 255, in __getattr__
mod = __import__("eg.Singletons." + modName, fromlist=[modName])
File "g:\EventGhost\eg\Singletons\App.py", line 26, in <module>
from eg.WinApi.Dynamic import (
File "g:\EventGhost\eg\WinApi\__init__.py", line 1, in <module>
from Utils import PyGetCursorPos as GetCursorPos
File "g:\EventGhost\eg\WinApi\Utils.py", line 24, in <module>
from eg.cFunctions import GetProcessName, GetWindowChildsList
ImportError: DLL load failed: The specified procedure could not be found.