Using External Libraries with python?
Fredrik Lundh
fredrik at pythonware.com
Thu Jan 4 13:59:40 EST 2007
Ognjen Bezanov wrote:
> I have some external C libraries I would like to use with python.
>
> I have been searching on the internet and found many such
> modules/bindings for libraries (e.g. Py-Lame) but have not yet
> come across any information of how to actually go about creating such
> bindings, so I was wondering if anybody here could point me in the right
> direction?
in addition to the tools that have already been mentioned, the relevant
FAQ articles also provide useful information:
http://effbot.org/pyfaq/extending-index.htm
</F>
More information about the Python-list
mailing list