On Friday 13 June 2003 12:31 am, Rob Knapp wrote: > I've found myself in a position where I need to present a python object to > a C++ object, and it needs to look like a C++ object. The target > application knows nothing of python.
What C++ object does it need to look like? > Would it be possible to create an object using SIP that I can inherit from > and use the SIP api to convert into a CppPointer? If you have a C++ ctor for the object then that's exactly what SIP does, so maybe what you want to do is more complicated than your are implying? > Is there another/better way to achieve this? Phil The address of the PyKDE mailing list has changed. _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
