[PyQt] Re: Crash with shortcircuit signals

2007-07-17 Thread Giovanni Bajo
On 7/16/2007 2:36 PM, Phil Thompson wrote: This will be fixed in tonight's PyQt snapshot. The proxy created to handle the signal was being incorrectly reused by a new QObject created at the same address as the one the proxy was created for. Because there is no event processing going on, the

[PyQt] Re: Crash with shortcircuit signals

2007-07-17 Thread Phil Thompson
On Tuesday 17 July 2007 2:34 pm, Giovanni Bajo wrote: On 7/16/2007 2:36 PM, Phil Thompson wrote: This will be fixed in tonight's PyQt snapshot. The proxy created to handle the signal was being incorrectly reused by a new QObject created at the same address as the one the proxy was created

[PyQt] no printer in QDialogPrinter

2007-07-17 Thread Olivier Fournier
Hi, debian etch + cups + python2.4 + Qt 4.3.0 + sip, pyqt last snapshot the list off printer is empty when I call QDialogPrinter. I don't find why Could you help me? best regards Olivier Fournier ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Newbie questions: Tray system and other stuff...

2007-07-17 Thread Gustavo A. Díaz
HI David and all!! I am trying to embed a xterm console inside my application, but with no success. I made some test embedding (example in another script) mplayer for testing only and works. Now when i want to embed xterm console does not work. Here what i did: I have a developing style which

Re: [PyQt] Need Help Wrapping WebKit

2007-07-17 Thread David Boddie
On Mon, 16 Jul 2007 20:50:26 -0400, Rob Knapp wrote: On Sat, 14 Jul 2007 07:15:29 -0400, Rob Knapp wrote: I found it easier to look at an existing project. Maybe it's time for some more documentation about this. Well, I dug for several hours a while in the PyQT code before posting to