Is ctypes appropriate in my case?

dudeja.rajat at gmail.com dudeja.rajat at gmail.com
Wed Oct 29 06:56:05 EDT 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081029/df3f3f1f/attachment.html>


More information about the Python-list mailing list