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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to