Re: [PyKDE] KControl modules problem

2004-01-18 Thread David Boddie
On Sun, 18 Jan 2004 20:02:10, Simon Edwards wrote: > On Sun, 18 Jan 2004 02:05 am, David Boddie wrote: > > > > Can you provide a backtrace, or even the module code? > > I wish I got a backtrace, then I would probably have it all worked out by > now. > > :) If you start kcontrol from within a shel

RE: [PyKDE] Basic sip problem

2004-01-18 Thread Jahn Otto Næsgaard Andersen
>Leave the PyQt .sip files where you installed them and pass use sip's -I flag >to point to them. Ok, that makes more sense :-) Actually I *should* have figured out that myself based on the documentation :-O After including -t Qt_3_2_0 -t WS_X11 on the command line, a lot of files were generate

Re: [PyKDE] KControl modules problem

2004-01-18 Thread Simon Edwards
On Sun, 18 Jan 2004 02:05 am, David Boddie wrote: > > I've been busy with using Python in KControl and it is mostly working fairly > > after integrating David build code in my distutils build system. Anyway, > > I've hit crash bug in one of my modules. It seems to be a call to > > os.popen(), it c

Re: [PyKDE] Basic sip problem

2004-01-18 Thread Phil Thompson
On Sunday 18 January 2004 5:36 pm, Jahn Otto Næsgaard Andersen wrote: > Thanks! That pushed me a little further in the right direction. > > I tried your modified sip file. SIP then complained about a missing > "qtmod.sip" file. I copied this from the PyQt source tree to [current > directory], and S

Re: [PyKDE] qtpe build problem

2004-01-18 Thread Michael Lauer
Am Sa, den 17.01.2004 schrieb Phil Thompson um 18:15: > Can you try 3.10? Done and succeeded - thanks very much! I have two patches against pyqt 3.10 attached. The first one allows the qtpe module to be built against newer libqpe's as appearing in Qtopia 1.6, Qtopia 1.7 and Opie 1.x. I have adde

Re: [PyKDE] QComboTableItem problem

2004-01-18 Thread Lionel Roubeyrie
Le Dimanche 18 Janvier 2004 18:12, Sundance a écrit : > Heya people, > > Been trying to help Lionel there for a while, but I must admit his > problem really puzzles me. Anyone more experienced than me care to give > us a hand? Thankies. :) > > Using Qt 3.2.3, Python 2.3.2, SIP 3.8 and PyQt 3.8.1, t

RE: [PyKDE] Basic sip problem

2004-01-18 Thread Jahn Otto Næsgaard Andersen
Thanks! That pushed me a little further in the right direction. I tried your modified sip file. SIP then complained about a missing "qtmod.sip" file. I copied this from the PyQt source tree to [current directory], and SIP then complained about a missing versions.sip. I copied this as well, and go

Re: [PyKDE] QComboTableItem problem

2004-01-18 Thread Sundance
Heya people, Been trying to help Lionel there for a while, but I must admit his problem really puzzles me. Anyone more experienced than me care to give us a hand? Thankies. :) Using Qt 3.2.3, Python 2.3.2, SIP 3.8 and PyQt 3.8.1, the code listed in the parent message works just fine here. Appa

[PyKDE] QComboTableItem problem

2004-01-18 Thread Lionel Roubeyrie
Hi all, I'm back with the same problem, I try to explain you exactly what happens : I use Debian Sid (Knoppix) with the following versions : Qt : 3.2.3 python-qt3 : 3.8-3 SIP : 3.8-2 python : 2.3.2 When I want to use a QComboTableItem in a cell of a QTable, I can't see it unless the cell gets the

Re: [PyKDE] Basic sip problem

2004-01-18 Thread Phil Thompson
On Sunday 18 January 2004 3:55 pm, Jahn Otto Næsgaard Andersen wrote: > Hello there, > > I'm a bit lost when using SIP here. I am using Python 2.3.3, SIP 4.0rc2, > Qt 3.2.3 and PyQt 3.10. > > I have a C++ class, ExaminerWidget, that is inheriting QWidget. > > I have made the following sip file exam

[PyKDE] Basic sip problem

2004-01-18 Thread Jahn Otto Næsgaard Andersen
Hello there, I'm a bit lost when using SIP here. I am using Python 2.3.3, SIP 4.0rc2, Qt 3.2.3 and PyQt 3.10. I have a C++ class, ExaminerWidget, that is inheriting QWidget. I have made the following sip file examinerwidget.sip (most functions are omitted just to test if I can make this basic se

RE: [PyKDE] Build error: SIP 4.0rc2 + PyQt 3.10 + Python 2.3.3 on Redhat 8.0

2004-01-18 Thread Jahn Otto Næsgaard Andersen
The -c flag resolved the error, but introduced another one. I tried with Qt 3.2.3, and it worked (even without the -c flag). Thanks! Jahn Otto -Original Message- From: Phil Thompson [mailto:[EMAIL PROTECTED] Sent: 18. januar 2004 13:54 To: Jahn Otto Næsgaard Andersen; [EMAIL PROTECTED

Re: [PyKDE] Build error: SIP 4.0rc2 + PyQt 3.10 + Python 2.3.3 on Redhat 8.0

2004-01-18 Thread Phil Thompson
On Sunday 18 January 2004 12:37 pm, Jahn Otto Næsgaard Andersen wrote: > Hi, I have downloaded the latest sources of > > SIP 4.0rc2 > PyQt 3.10 > Python 2.3.3 > > on a Redhat 8.0 box. I am using Qt 3.0.5. Python and SIP compiles and > install without problems using the "new" build method described

[PyKDE] Build error: SIP 4.0rc2 + PyQt 3.10 + Python 2.3.3 on Redhat 8.0

2004-01-18 Thread Jahn Otto Næsgaard Andersen
Hi, I have downloaded the latest sources of SIP 4.0rc2 PyQt 3.10 Python 2.3.3 on a Redhat 8.0 box. I am using Qt 3.0.5. Python and SIP compiles and install without problems using the "new" build method described in PyQt's README file, but PyQt fails: > python configure.py [lots of output] > mak