[PyKDE] PyQt fails

2003-01-14 Thread Paul F. Kunz
On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with gcc 2.95.3. I get immediate failure [pfkeb@Kunz-pbdsl1 RunControl]$ python Python 2.2.2 (#1, Oct 15 2002, 07:42:56) [GCC 2.95.3 20010315 (release)] on linux2 Type help, copyright, credits or license for more information.

Re: [PyKDE] PyQt fails

2003-01-14 Thread Phil Thompson
On Tuesday 14 January 2003 5:47 pm, Paul F. Kunz wrote: On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with gcc 2.95.3. I get immediate failure [pfkeb@Kunz-pbdsl1 RunControl]$ python Python 2.2.2 (#1, Oct 15 2002, 07:42:56) [GCC 2.95.3 20010315 (release)] on linux2 Type

Re: [PyKDE] PyQt fails

2003-01-14 Thread Paul F. Kunz
On Tue, 14 Jan 2003 18:03:33 +, Phil Thompson [EMAIL PROTECTED] said: On Tuesday 14 January 2003 5:47 pm, Paul F. Kunz wrote: On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with gcc 2.95.3. I get immediate failure [pfkeb@Kunz-pbdsl1 RunControl]$ python Python 2.2.2

Re: [PyKDE] PyQt fails

2003-01-14 Thread Phil Thompson
On Tuesday 14 January 2003 6:20 pm, Paul F. Kunz wrote: On Tue, 14 Jan 2003 18:03:33 +, Phil Thompson [EMAIL PROTECTED] said: On Tuesday 14 January 2003 5:47 pm, Paul F. Kunz wrote: On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with gcc 2.95.3. I get immediate

Re: [PyKDE] PyQt fails

2003-01-14 Thread Paul F. Kunz
On Tue, 14 Jan 2003 18:42:59 +, Phil Thompson [EMAIL PROTECTED] said: There are alternatives that work around the (Qt) bug. Look though the mailing list archives. Oops, looked for the archives before posting but didn't find them. Now i have. Thanks for all the help.

Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Detlev Offenbach
Am Dienstag, 14. Januar 2003 06:28 schrieb Greg Fortune: On Monday 13 January 2003 11:39 am, you wrote: I was used to using break points on eric by clicking in the border by the line numbers and getting the little red stop sign, but it did not do the same on eric3. I believe I've clicked

[PyKDE] Event loop locked on Linux PyQt 3.4

2003-01-14 Thread Olivier Roulet
I have got the following code where I post events from a queue every 1s . On windows with qt 2.3 this works fine. On linux with Qt 3.04 the events are not received until an X events is send to the windows. Is this a bug or is my code wrong ? Thank you, Olivier try this program, if you move

Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Ken Godee
Being reassured the break points where there I tried again and found'em! Your right, it's a little hard to find. Maybe a short blurp, in the help/what this? By the way Eric3 is great, thanks for the effort on this great ide. Ken Am Dienstag, 14. Januar 2003 06:28 schrieb Greg Fortune: On

Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Detlev Offenbach
Hi, Being reassured the break points where there I tried again and found'em! Your right, it's a little hard to find. Maybe a short blurp, in the help/what this? By the way Eric3 is great, thanks for the effort on this great ide. Will be in the next snapshot. Ken big snip Detlev --

Re: [PyKDE] sip wrapping QCanvasItem's rtti()

2003-01-14 Thread Frederick Polgardy Jr
On Tuesday 14 January 2003 04:41 pm, Anthony Heading wrote: So this appears to be forcing a call to the base class version of the function, which seems rather inappropriate for an rtti() function... Should this not read: res = (QCanvasItem*)sipCpp - rtti(); No it doesn't.

Re: [PyKDE] sip wrapping QCanvasItem's rtti()

2003-01-14 Thread Phil Thompson
On Tuesday 14 January 2003 11:12 pm, Anthony Heading wrote: On Tue, Jan 14, 2003 at 04:45:57PM -0600, Frederick Polgardy Jr wrote: On Tuesday 14 January 2003 04:41 pm, Anthony Heading wrote: So this appears to be forcing a call to the base class version of the function, which seems rather

Re: [PyKDE] eric3 breakpoints?

2003-01-14 Thread Greg Fortune
On a similar note, is there support for word wrap in QScintilla yet? If so, it would be really, *really* nice to have it in eric. Greg On Tuesday 14 January 2003 03:33 pm, Phil Thompson wrote: On Tuesday 14 January 2003 6:59 pm, Detlev Offenbach wrote: Am Dienstag, 14. Januar 2003 06:28