![]() |
|
|
+ Search |
![]()
|
Dec 1st, 2004 09:00
Nat Tuck, Praveen Patil,
I don't know of any sort of automatic windows library tool for Python. You probably need to write (in C) a python wrapper around the DLL. Take a look at http://www.python.org/doc/2.3.4/api/api.html for details. Writing Python extensions in C is pretty easy.