[PyKDE] QPEApplication complains about ZCS file

2005-04-08 Thread Jeffrey Barish
I started using QPEApplication rather than QApplication to integrate my application in Qtopia. The first problem that I had was a complaint that there was no libsl.qmid file. I figured out that this file is related to internationalization. I created a trivial .pro file and ran pylupdate on it to

Re: [PyKDE] QMessageBox, avoiding virtual desktop switching

2005-04-08 Thread Diez B. Roggisch
Am Freitag, 8. April 2005 20:38 schrieb Alfred Young: > I'm having a bit of trouble here, I've got a Qt prog that runs in the > background and I consistently work in other desktops. > > However, when QMessageBox shows, the virtual desktop automatically > switches to the originating desktop. Is the

[PyKDE] crashes in eric/python

2005-04-08 Thread Andrew Bushnell
The latest snapshots of eric are crashing for me when I try and use eric to debug any script. I have been looking into it today and have found what the culprit appears to be. I am going to provide a snippet of code to explain what I am seeing and see if there is anyone has any thoughts on what

[PyKDE] QMessageBox, avoiding virtual desktop switching

2005-04-08 Thread Alfred Young
I'm having a bit of trouble here, I've got a Qt prog that runs in the background and I consistently work in other desktops. However, when QMessageBox shows, the virtual desktop automatically switches to the originating desktop. Is there a way to prevent this from happening?

Re: [PyKDE] keypressevent + qdatedit

2005-04-08 Thread Juan Fernando Estrada Henao
i try it and don't work self.lineEdit1.keyPressEvent = self.lineEdit_KeyPress El vie, 08-04-2005 a las 01:31 +0200, Torsten Marek escribió: > self.lineEdit1.keyPressEvent = self.lineEdit_KeyPress ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de h

Re: [review] Re: [PyKDE] PyKDE and KDE 3.4.0

2005-04-08 Thread Karsten Vieth
On Apr 8, 2005 1:19 AM, Jim Bublitz <[EMAIL PROTECTED]> wrote: > On Thursday 07 April 2005 14:25, Karsten Vieth wrote: > > Trying to install PyKDE with KDE 3.4.0 > > > kdesu > > Traceback (most recent call last): > > File "importTest.py", line 19, in ? > > exec ("import " + mod) > > File "

Re: [PyKDE] qt.QStyle problems on PyQt-snapshot-20050404

2005-04-08 Thread Phil Thompson
On Thursday 07 April 2005 3:15 pm, Ümit Öztosun wrote: > Hello, > > We are using a custom QPushButton derived widget in our application. I > tried PyQt-x11-gpl-snapshot-20050404.tar.gz together with > sip-snapshot-20050403.tar.gz, and I am getting "TypeError: qt.QStyle > represents a C++ abstract c