Re: [PyKDE] Using sip with embedded Python

2003-08-14 Thread Phil Thompson
On Monday 11 August 2003 9:32 pm, David Boddie wrote: > After lots of experimentation, I've come to the conclusion that I'm > fundamentally misunderstanding how to use various siplib functions. > > In particular, I thought I knew how to use the sipMapCppToSelf function, > but it appears that the va

[PyKDE] Using sip with embedded Python

2003-08-14 Thread David Boddie
After lots of experimentation, I've come to the conclusion that I'm fundamentally misunderstanding how to use various siplib functions. In particular, I thought I knew how to use the sipMapCppToSelf function, but it appears that the various sipClass_ pointers I'm using are not initialised. This mi