calling dll's functions with python

tegbert tegbert at abl.med.utah.edu
Tue Apr 2 13:31:39 EST 2002


Create Python native methods that "wrap" your DLL calls in a package that
you can import and then call from Python.  Check out Guido's documentation
on "Extending and Embedding" the Python interpreter.  It's in the standard
Python documentation package.

Tim

> On Tue, 2 Apr 2002, Giovanni Laudicina wrote:
>
> I'm a beginner with python and i did'n find this info on the FAQ and
> tutorials:
> How can I call a function included in a dll (I have only the .dll file, not
> the source code) ?
> Thanks to everyone,
> Giovanni Laudicina




More information about the Python-list mailing list