Re: [PyKDE] Using SIP to wrap python objects

2003-06-13 Thread Jim Bublitz
On Thursday June 12 2003 16:31, 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. Would it be possible to create an object using SIP that I can

Re: [PyKDE] Using SIP to wrap python objects

2003-06-13 Thread Rob Knapp
On Friday 13 June 2003 04:21 am, Phil Thompson wrote: 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

Re: [PyKDE] Using SIP to wrap python objects

2003-06-13 Thread Phil Thompson
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

Re: [PyKDE] Using SIP to wrap python objects

2003-06-12 Thread Frederick Polgardy Jr
On Thursday 12 June 2003 18:31, 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. Would it be possible to create an object using SIP that I can