C++ and Python

Jan Dries jdries at mail.com
Wed Nov 8 13:18:22 EST 2000


> 
> > Hi,
> > I was wondering if there is already a more or less automatic way out there
> > to build Python interfaces to C++ classes.
> > I want to write the Gui in python and the C++ part interact with this Gui.
> > It should be a Python program that use C++ static Lib or Dll.
> > Can you pls send me some examples?
> > Thanks,
> > Aviad
> 
> SWIG (www.swig.org)
> CXX (was originally from LLNL, there is probably  some reference from
>      numpy.sourceforge.net)
> SCXX (by Gordon McMillan, probably on his page somewhere)

You may also want to look at Py_cpp:
http://people.ne.mediaone.net/abrahams/downloads/py_cpp.html

Jan




More information about the Python-list mailing list