[python-win32] Equivalence of win32com.client under Linux

Tim Roberts timr at probo.com
Thu Mar 23 12:58:48 EDT 2017


Brahim EL ALLIOUI wrote:
>
> I use win32com.client to integrate a C # dll under python. This works
> well under windows
>
> From win32com.client import Dispatch, pythoncom
> From ctypes import cdll
> Mydll = cdll.LoadLibrary (spath)
> Pythoncom.CoInitialize ()
> Zk = Dispatch ("zkemkeeper.ZKEM")
>
> But do not works under unix
>
> What should you do at the Debian level?

Well, the first and most difficult thing you have to do is contact
ZKTeco and convince them to port zkemkeeper to Linux.  Right now, their
products only run on Windows.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list