Using 3rd Party Windows DLLs with Python

Gerhard Häring gerhard.haering at gmx.de
Fri Aug 23 15:54:54 EDT 2002


* LeeIngram <lee.ingram at pobox.com> [2002-08-23 12:41 -0700]:
> [...] I do not want to use Active X controls but honest-to-goodness
> DLLs. The DLLs are not written in C or C++ (they can be written using
> Delphi or PowerBASIC). For some, the source code is not available but
> the "C" callable interface is documented.
> 
> Any help or pointers are appreciated.

http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=python+calldll

If you can't find a binary for Python 2.2, IIRC it's among the modules
packaged by ActiveState's pyppm package management tool.
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))




More information about the Python-list mailing list