[PyKDE] Re: sip-4 vs sip-3

2003-12-01 Thread Phil Thompson
On Monday 01 December 2003 7:34 am, Gerard Vermeulen wrote: Phil, In developing PyQwt, I use two tricks to minimize the build time after fixing bugs or adding new methods: (1) 'smart' copying of sip's output from a buffer directory to the source directory (only copy when two sip output

[PyKDE] PyKDE Trouble

2003-12-01 Thread Justin Bonnar
Hi, I'm trying to setup PyKDE 3.8 on my SuSE 9.0 machine. I ran into some difficulties in the meantime though. I am using the SuSE RPMs that came with the distrobution for PyQT and PyQT-devel as well as sip (all are 3.8.) I found the note about SuSE 8.2/9.0 using an incorrect version of

Re: [review] [PyKDE] PyKDE Trouble

2003-12-01 Thread Jim Bublitz
On Sunday November 30 2003 16:15, Justin Bonnar wrote: Hi, I'm trying to setup PyKDE 3.8 on my SuSE 9.0 machine. I ran into some difficulties in the meantime though. I am using the SuSE RPMs that came with the distrobution for PyQT and PyQT-devel as well as sip (all are 3.8.) I found the

Re: [PyKDE] Re: sip-4 vs sip-3

2003-12-01 Thread Phil Thompson
On Monday 01 December 2003 11:45 am, Gerard Vermeulen wrote: On Mon, 1 Dec 2003 07:50:52 + Phil Thompson [EMAIL PROTECTED] wrote: On Monday 01 December 2003 7:34 am, Gerard Vermeulen wrote: Phil, In developing PyQwt, I use two tricks to minimize the build time after fixing

Re: [PyKDE] Re: sip-4 vs sip-3

2003-12-01 Thread Gerard Vermeulen
On Mon, 1 Dec 2003 19:26:13 + Phil Thompson [EMAIL PROTECTED] wrote: Ok - I could fix it for names, because names aren't shared between modules. (At one point they were which is how they acquired numerical names.) But there are other things which I can't fix it for - type structures,