[PyQt] Threading and layouts.

2008-07-04 Thread Victor Noagbodji
Hello all, I'm having a problem with python threading and qt layouts. A filter widget is composed of several QRadioButtons. I don't know these radio buttons in advance, I fetch them from another thread. Upon completion, a callback function to layout these buttons is called. This is not working. :

[PyQt] pyuic4 bug

2008-07-04 Thread Iván García
[EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 --version Python User Interface Compiler 4.4.3-snapshot-20080627 for Qt version 4.4.0 [EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 about.ui -d # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'about.u

Re: [PyQt] building pykde4

2008-07-04 Thread Jim Bublitz
On Friday 04 July 2008 00:48, İşbaran Akçayır wrote: > Generating the C++ source for the kdecore module... > sip: sip/kdecore/typedefs.sip:263: %MappedType template for this type > has already been defined > Error: Unable to create the C++ code. QHash was not originally defined in PyQt, but appa

Re: [PyQt] ANN: new eric 4.2 snapshot available

2008-07-04 Thread Detlev Offenbach
On Freitag, 4. Juli 2008, Igor Prischepoff wrote: > Hello, > I like eric IDE. > Can I ask for new features? > > In my humble opinion would be nice to have such features in eric: > - F2 or Shift - F2 (Run script, Run Project) can be configured to not > showing Dialog asking for parameters > for exam

[PyQt] Root access embebbed

2008-07-04 Thread [EMAIL PROTECTED]
Hi. I'm making a configurator tool. I need a user part, and a root part. I want to gain root access on my app, but - Can I do this importing a module; or can I gain root acces (asking password), on my app? (Like Kcontrol do with "Administrator Mode") - Or I need to create separated modules, and r

Re: [PyQt] Memory leak

2008-07-04 Thread Giovanni Bajo
On Fri, 2008-07-04 at 10:48 +0200, Sundance wrote: > Giovanni Bajo wrote: > > > The assert triggers, meaning that the object of type MyWidget is not > > released. > > Hi Giovanni, > > Yes, this is a known bug: SIP keeps a hard reference to bound methods in > its method cache (the bound method b

Re: [PyQt] Memory leak

2008-07-04 Thread Sundance
Giovanni Bajo wrote: > The assert triggers, meaning that the object of type MyWidget is not > released. Hi Giovanni, Yes, this is a known bug: SIP keeps a hard reference to bound methods in its method cache (the bound method being ws.sizeHint in your example). Since bound methods keep a refere

[PyQt] building pykde4

2008-07-04 Thread İşbaran Akçayır
Hello, Trying to build PyKDE4 but couldn't understand(find) what causes this : PyKDE version 4.0.2 --- Python include directory is /usr/include/python2.5 Python version is 2.5.2 sip version is 4.7.6 (4.7.6) Qt directory is /usr/qt/4 Qt version is 4.4.0 PyQt directory is