Re: [PyKDE] Need kubuntu help

2006-09-24 Thread Douglas Soares de Andrade
Em Segunda 25 Setembro 2006 03:47, Jim Bublitz escreveu: > In the last couple days I've done a couple posts in the thread "KParts > Crashs". The user having problems is running kubuntu, and since I can't > duplicate the problems here, I'd appreciate it if one or more kubuntu users > could cut and p

Re: [PyKDE] KDE default application icon

2006-09-24 Thread Jim Bublitz
On Sunday 24 September 2006 03:15, Alek Wojdyga wrote: > Hello everyone, > how can I get the KDE default application icon? > So far I've looked in .desktop file for Icon= line and searched for > icon using findfile in some hardcoded dirs. > Can this be achieved in a easier and more flexible (

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-24 Thread Jim Bublitz
On Sunday 24 September 2006 00:17, Torsten Marek wrote: > Jim Bublitz schrieb: > > On Saturday 23 September 2006 13:04, Torsten Marek wrote: > >> Hi Jim, > >> > >> one more thing. Is there a way to circumvent the libkonsolepart.so > >> hackery? What you are doing in configure.py works for private p

Re: [PyKDE] KPart crashs

2006-09-24 Thread Jim Bublitz
On Sunday 24 September 2006 14:34, Daniel Marcel Eichler wrote: > Jim Bublitz wrote: > >The following program imports a KPart - KPDF, KGhostview or KWord. Any > > of these work fine for me. KPDF and KGhostView will read and display a > > PDF file. KWord will open and allow you to edit a plain text

[PyKDE] Need kubuntu help

2006-09-24 Thread Jim Bublitz
In the last couple days I've done a couple posts in the thread "KParts Crashs". The user having problems is running kubuntu, and since I can't duplicate the problems here, I'd appreciate it if one or more kubuntu users could cut and paste the short scripts in the posts and run them. I'd like to

[PyKDE] [PyQt4] Dapper package

2006-09-24 Thread Javier Sanz
Hi. I packaged PyQt4 for Ubuntu Dapper, as I didn't find it anywhere and is rather tedious to compile without breaking the existing Python-Qt3 bindings. You can find it here: http://jsceballos.googlepages.com/python2.4-qt4-4.1_0ubuntu1-1_i386.deb I used yesterday's PyQt snapshot (2006

Re: [PyKDE] KPart crashs

2006-09-24 Thread Daniel Marcel Eichler
Jim Bublitz wrote: >The following program imports a KPart - KPDF, KGhostview or KWord. Any > of these work fine for me. KPDF and KGhostView will read and display a > PDF file. KWord will open and allow you to edit a plain text file. Like in the past, the kpart is loaded. But the problems still ex

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-24 Thread Jim Bublitz
On Saturday 23 September 2006 13:04, Torsten Marek wrote: > Hi Jim, > > one more thing. Is there a way to circumvent the libkonsolepart.so hackery? > What you are doing in configure.py works for private persons who install > PyKDE on their own, but I can't include something like that into the Debia

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Andreas Pakulat
On 24.09.06 14:38:13, Detlev Offenbach wrote: > On Sunday 24 September 2006 13:44, Andreas Pakulat wrote: > > On 24.09.06 13:16:11, Detlev Offenbach wrote: > > > On Sunday 24 September 2006 12:55, Dave S wrote: > > > > My main window has a progress bar in it. When I click a button my > > > > script

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Ismail Donmez
24 Eyl 2006 Paz 17:05 tarihinde şunları yazmıştınız: > Ismail Donmez wrote: > >>> Or use events to communicate the progress. I haven't had the > >>> experience yet, but many qt and kde developers say that > >>> processEvents is evil and should be avoided, it might have > >>> mysterious side effects

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Giovanni Bajo
Ismail Donmez wrote: >>> Or use events to communicate the progress. I haven't had the >>> experience yet, but many qt and kde developers say that >>> processEvents is evil and should be avoided, it might have >>> mysterious side effects. >> >> Which ones? > > If you used deleteLater() for an QObje

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Ismail Donmez
24 Eyl 2006 Paz 15:38 tarihinde, Detlev Offenbach şunları yazmıştı: [...] > > > Try QApplication.processEvents() after the setProgress call. > > > > Or use events to communicate the progress. I haven't had the experience > > yet, but many qt and kde developers say that processEvents is evil and >

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Detlev Offenbach
On Sunday 24 September 2006 13:44, Andreas Pakulat wrote: > On 24.09.06 13:16:11, Detlev Offenbach wrote: > > On Sunday 24 September 2006 12:55, Dave S wrote: > > > My main window has a progress bar in it. When I click a button my > > > script starts a thread for a backend script that takes some ti

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Andreas Pakulat
On 24.09.06 13:16:11, Detlev Offenbach wrote: > On Sunday 24 September 2006 12:55, Dave S wrote: > > My main window has a progress bar in it. When I click a button my script > > starts a thread for a backend script that takes some time to run. > > > > The backend script passes data including its pr

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Dave S
On Sunday 24 September 2006 12:16, Detlev Offenbach wrote: > On Sunday 24 September 2006 12:55, Dave S wrote: > > My main window has a progress bar in it. When I click a button my script > > starts a thread for a backend script that takes some time to run. > > > > The backend script passes data inc

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Detlev Offenbach
On Sunday 24 September 2006 12:55, Dave S wrote: > My main window has a progress bar in it. When I click a button my script > starts a thread for a backend script that takes some time to run. > > The backend script passes data including its progress to my main script via > a FIFO, now I have a prob

[PyKDE] GUI not updateing ?

2006-09-24 Thread Dave S
My main window has a progress bar in it. When I click a button my script starts a thread for a backend script that takes some time to run. The backend script passes data including its progress to my main script via a FIFO, now I have a problem. The FIFO is providing progress data that is being

[PyKDE] KDE default application icon

2006-09-24 Thread Alek Wojdyga
Hello everyone, how can I get the KDE default application icon? So far I've looked in .desktop file for Icon= line and searched for icon using findfile in some hardcoded dirs. Can this be achieved in a easier and more flexible (not hardcoded dirs) way? -- Pozdrawiam Alek Wojdyga

Re: [PyKDE] Support for the unitest framework of Qt

2006-09-24 Thread Phil Thompson
On Sunday 24 September 2006 1:44 am, Giovanni Bajo wrote: > Phil Thompson wrote: > >> Anything else, like the QTEST/QVERIFY family of macros, are part of > >> the framework, which I personally don't plan to ever use in a PyQt > >> application anyway. > > > > Thanks - it's so much easier when somebo

[PyKDE] PyQt4 4.0.1: Reading Process Output (Quickly)

2006-09-24 Thread Chris Giles
Dear PyKDE Members I'm opening a new QThread which launches a command-line archiver (7z) in a QProcess (called 'pArc'). I'm using following code block within that thread: while not pArc.waitForFinished(250) :     if pArc.waitForReadyRead(100) :         sArcData = QtCore.QString(pArc.read

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-24 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Bublitz schrieb: > On Saturday 23 September 2006 13:04, Torsten Marek wrote: >> Hi Jim, >> >> one more thing. Is there a way to circumvent the libkonsolepart.so hackery? >> What you are doing in configure.py works for private persons who install >>