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
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