C++ and Python

Dan Schmidt dfan at harmonixmusic.com
Wed Nov 8 16:11:40 EST 2000


Aviad Arviv <aviada at richfx.com> writes:

| 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.

SWIG is great if you want to do lots of stuff automatically and don't
mind a little bit of bloat.

For doing interfaces by hand, I highly recommend CXX.

-- 
http://www.dfan.org



More information about the Python-list mailing list