Hi, I've a dll and its header file that controls an hardware. I want to write a wrapper for this dll in Python. What is the best way that I can write a wrapper?
I know ctypes modules and have used it before. As far as I know ctypes is only used to call the dll functions in a python module. This is not appropriate for writing a wrapper. Please suggest some way to write a wrapper. Thanks and regards, Rajat
-- http://mail.python.org/mailman/listinfo/python-list