Re: [PyKDE] Problems using KConfigSkeleton and ItemBool etc.

2005-04-26 Thread Jim Bublitz
On Tuesday 26 April 2005 13:03, Stephan Hermann wrote: > I'm new to PyKDE but not to KDE ;) > So, I have a problem using addItemBool() in my application. > Is there any workaround until this is fixed? > I read in the archives of this list > (http://mats.imk.fraunhofer.de/pipermail/pykde/2004-Sept

Re: [PyKDE] exported symbols - all or none?

2005-04-26 Thread Anthony Heading
On Tue, Apr 26, 2005 at 09:22:31AM +0100, Phil Thompson wrote: > Don't do this - it won't work. Modules now build standalone - you do not > link them against modules that are imported. Well, it works ok. But am happy to try to do it the right way instead. > SIP v4 modules only export one symbol

[PyKDE] eric3 traceback only last shown

2005-04-26 Thread Grant Morgan
In Eric3 is there a way to get more than the last line of the traceback to show on an error? Cheers, Grant -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.f

Re: [PyKDE] KDE app template: Qt signal problem...

2005-04-26 Thread Jim Bublitz
On Tuesday 26 April 2005 11:25, Simon Edwards wrote: > On Tuesday 26 April 2005 19:48, Jim Bublitz wrote: > > On Tuesday 26 April 2005 06:00, Simon Edwards wrote: > > > Hello, > > > > > > I'm having some trouble translating one of the kdevelop C++ application > > > templates to Python. Setting up s

[PyKDE] Problems using KConfigSkeleton and ItemBool etc.

2005-04-26 Thread Stephan Hermann
Hi, I'm new to PyKDE but not to KDE ;) So, I have a problem using addItemBool() in my application. Is there any workaround until this is fixed? I read in the archives of this list (http://mats.imk.fraunhofer.de/pipermail/pykde/2004-September/008483.html) that this problem is known, cause of th

Re: [PyKDE] KDE app template: Qt signal problem...

2005-04-26 Thread Simon Edwards
On Tuesday 26 April 2005 19:48, Jim Bublitz wrote: > On Tuesday 26 April 2005 06:00, Simon Edwards wrote: > > Hello, > > > > I'm having some trouble translating one of the kdevelop C++ application > > templates to Python. Setting up some signals from the HTML KPart to the > > application isn't work

Re: [PyKDE] KDE app template: Qt signal problem...

2005-04-26 Thread Jim Bublitz
On Tuesday 26 April 2005 06:00, Simon Edwards wrote: > Hello, > > I'm having some trouble translating one of the kdevelop C++ application > templates to Python. Setting up some signals from the HTML KPart to the > application isn't working. Qt gives: > > QObject::connect: No such signal QWidget::si

[PyKDE] KDE app template: Qt signal problem...

2005-04-26 Thread Simon Edwards
Hello, I'm having some trouble translating one of the kdevelop C++ application templates to Python. Setting up some signals from the HTML KPart to the application isn't working. Qt gives: QObject::connect: No such signal QWidget::signalChangeStatusbar(const QString&) QObject::connect: (sende

Re: [PyKDE] exported symbols - all or none?

2005-04-26 Thread Phil Thompson
> > Hi, > > I'm just porting our code from SIP v3 to v4.2.1. So far, very pleasant > to see how much cleaner the new version is. > > One difficultly that I've just hit, however, is where our > code was linking with the qt sip dlls (for example to access the > sipForceConvertTo_QSomething functions