Starting external functions in Python applications

Gerhard Häring gerhard.haering at opus-gmbh.net
Thu Sep 12 07:59:11 EDT 2002


Paulus wrote:
> How can I link an external dll in a Python programs and (when possible)
> start any function from this DLL ? 

You don't exactly link to a DLL, but the usual answer is that you can use
calldll - http://www.nightmare.com/software.html

This site has only Python 2.1 binaries - for Python 2.2 binaries, you can
install it using the PPM package manager of the ActivePython distribution.

-- Gerhard



More information about the Python-list mailing list