Integrating C/C++ in to python/Zope

Oleg Broytmann phd at phd.pp.ru
Sat Apr 20 02:59:37 EDT 2002


On Fri, Apr 19, 2002 at 05:04:11PM -0500, Keith Alphonso wrote:
> Can anyone point me to documentation explaining how to integrate my C or C++
> with Python, specifically for Zope?  I can't seem to find anything
> difinitive anywhere.
> 
> Do I basically have to modify the Python interpreter source code to put my
> code with it?  Is there any mechanisms for linking in dynamic libraries?

   http://www.python.org/doc/current/ext/ext.html

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list