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

2006-09-25 Thread Chris Giles
Upon closer inspection, it appears that the stdout from 7z isn't returned to the calling process until the archiving operation has finished. Therefore, PyQt4 is probably not to blame for the below scenario.  If these new findings are incorrect, I'll post another message once I've received conf

Re: [PyKDE] Re: PyQT Signal spying?

2006-09-25 Thread David Boddie
On Monday 25 September 2006 13:24:54 -0500, Allen Bierbaum wrote: > Bumping this back up.  Does anyone have any ideas how to do this or > what techniques do people use need to determine what signals are > flying around in the system? Other than wrapping the QSignalSpy class, I can't immediately t

Re: [PyKDE] KPart crashs

2006-09-25 Thread Kaleb Pederson
I get the crash using kubuntu using the default pyqt packages: Python 2.4.3 (#2, Apr 27 2006, 14:43:58) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sip >>> sip.SIP_VERSION 262914 >>> sip.SIP_VERSION_STR '4.3.2' >>>

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-25 Thread Jim Bublitz
On Monday 25 September 2006 11:33, Torsten Marek wrote: > sounds like a plan for a quick bug fix. If I have some time, I'll try to > find a better fix later. It turns out that I can't guarantee konsole_part will work on every system, so I've made the installation optional (configure.py -x to inst

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-25 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Bublitz schrieb: > 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.

[PyKDE] Re: PyQT Signal spying?

2006-09-25 Thread Allen Bierbaum
Bumping this back up. Does anyone have any ideas how to do this or what techniques do people use need to determine what signals are flying around in the system? -Allen On 9/23/06, Allen Bierbaum <[EMAIL PROTECTED]> wrote: I have an application with a strange bug that I am having trouble track

Re: [PyKDE] Re: [PyQt4] How to distribute an application.

2006-09-25 Thread sole
Hi, Quoting Timothy Reaves <[EMAIL PROTECTED]>: > > Is the config for the py2app part of the source download? > No, it is not. The source download has the usual setup.py to build the application from source (also under MacOS X). If you have specific questions about how I build the packa

Re: Fwd: [PyKDE] KPart crashs

2006-09-25 Thread Jim Bublitz
On Monday 25 September 2006 06:23, David Boddie wrote: > On Mon Sep 25 05:45:01 MEST 2006, Jim Bublitz wrote: > > If there's another kubuntu user reading the thread, it would be helpful > > if they could run either my script from the previous post or the one in > > this post. I'll post another msg

[PyKDE] Re: [PyQt4] How to distribute an application.

2006-09-25 Thread Timothy Reaves
V. Armando Sole wrote: Hola, At 19:52 17/09/2006 +0200, Javier Sanz wrote: Hello. What is the recommended way to distribute an application for PyQt4/Linux?. Most distros don't have PyQt4 available in their repositories. Thanks I guess is a question of taste. Personally, I distrbute binaries

[PyKDE] KPart crashs

2006-09-25 Thread David Boddie
On Mon Sep 25 05:45:01 MEST 2006, Jim Bublitz wrote: > If there's another kubuntu user reading the thread, it would be helpful if > they could run either my script from the previous post or the one in this > post. I'll post another msg to solicit more feedback. I only get asserts rather than cras

Fwd: [PyKDE] KPart crashs

2006-09-25 Thread David Boddie
On Mon Sep 25 05:45:01 MEST 2006, Jim Bublitz wrote: > If there's another kubuntu user reading the thread, it would be helpful if > they could run either my script from the previous post or the one in this > post. I'll post another msg to solicit more feedback. I only get asserts rather than cras

[PyKDE] konsole_part yet again

2006-09-25 Thread Jim Bublitz
Apparently I made an incorrect assumption about konsole_part. Since originally libkonsolepart.so exported all of the symbols needed to do a simple binding, and since it exports those symbols on SuSE for KDE > 3.5, I assumed it could be used as a library. Unfortunately, the only symbol that's gua

Re: [PyKDE] Need kubuntu help

2006-09-25 Thread Jim Bublitz
On Sunday 24 September 2006 19:24, Douglas Soares de Andrade wrote: > 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 pro