Need Help locating information about C++ classes & Python

Kaleb Pederson kibab at icehouse.net
Tue Oct 15 11:55:49 EDT 2002


On Tuesday 15 October 2002 08:21 am, you wrote:
> I'm attempting to embed python into my c++ application.   All has gone well
> so far, I can successfully call python functions, and have python call my c
> functions. However, I'm having problems finding documentation on how to
> deal with c++ classes.

Check out SIP, which is part of PyQt.  Phil, the auther, has bound almost all 
of the Qt classes with it -- it is very functional.

http://www.riverbankcomputing.co.uk/sip/index.php

--Kaleb




More information about the Python-list mailing list