Re: [python-win32] check if comserver is registered, no -> install it?

2012-12-19 Thread Tom Hawkins
Steffen Fr?mer said: >i get following error: > >Traceback (most recent call last): > File "C:\Temp\com_tests.py", line 21, in > x = ctypes.OleDLL(os.path.realpath(local_dll)) > File "C:\Python32_x86_64\lib\ctypes\__init__.py", line 353, in __init__ > self._handle = _dlopen(self._name

Re: [python-win32] check if comserver is registered, no -> install it?

2012-12-19 Thread Harald Armin Massa[legacy]
Hallo Steffen, > Hi i tried to do exactly this. But on executing the line > > > dll = ctypes.OleDLL('myComServer.dll') > > i get following error: > > Traceback (most recent call last): > File "C:\Temp\com_tests.py", line 21, in > x = ctypes.OleDLL(os.path.realpath(local_dll)) > File "C:\P