[PyQt] Re: Virtual methods and an extra reference

2008-06-21 Thread Kevin Watters
> The workaround makes my skin crawl. :| I hope you'll be able to whip up > a fix, Kevin. I tried, but I screwed up attribute access in a way I didn't understand yet. Disabling the method cache altogether proved a workable temporary fix for me--but I won't want to ship it :) Phil, any suggest

Re: [PyQt] Problems with QX11EmebedContainer since Qt4.4/PyQt latest

2008-06-21 Thread Gustavo A. Díaz
Mmm ok... i will try... but i must compile Qt4.3 for that, since I use Kubuntu i all my desktops... :S Anyway, thanks!! Phil. I will ask in Qt forum as well, just in case. Cheers. 2008/6/21 Phil Thompson <[EMAIL PROTECTED]>: > On Sat, 21 Jun 2008 10:42:20 -0300, "Gustavo A. Díaz" > <[EMAIL PROTE

Re: [PyQt] Problems with QX11EmebedContainer since Qt4.4/PyQt latest

2008-06-21 Thread Phil Thompson
On Sat, 21 Jun 2008 10:42:20 -0300, "Gustavo A. Díaz" <[EMAIL PROTECTED]> wrote: > Hi guys. > > Since Qt4.4 (i dont know if is cause of Qt or PyQt latest version) i have > proeblems with this. > I have a code in my app that embeds a xterm console inside a frame, that > was > working perfect always

[PyQt] Problems with QX11EmebedContainer since Qt4.4/PyQt latest

2008-06-21 Thread Gustavo A. Díaz
Hi guys. Since Qt4.4 (i dont know if is cause of Qt or PyQt latest version) i have proeblems with this. I have a code in my app that embeds a xterm console inside a frame, that was working perfect always... but since Qt4.4 doesn't anymore. My code: class toolsConsole(QtCore.QObject): def __i