Re: [PyKDE] PyKDE

2005-08-10 Thread Jim Bublitz
On Tuesday 09 August 2005 05:47, Ryan wrote: > Im trying to install PyKDE but I have problems with the Mandrake RPM's > and when I install from source it says, > sip: Unable to find file "qt/qtmod.sip" > Error: Unable to create the C++ code. > Is this due to the versions of SIP/KDE/QT that I have i

[PyKDE] Re: Memory leak & segfault with deleteLater

2005-08-10 Thread Phil Thompson
Giovanni, Remember this? I have a potential fix for this disabled in tonight's SIP snapshot. To try it out change the #if 1 in sip_api_common_dtor() in siplib.c to #if 0. What the fix does is to prevent the removal of the hidden extra reference and leaves it to the cyclic garbage collector to

Re: [PyKDE] Disappearing Layout Widget

2005-08-10 Thread James Emerton
The answer is in the ui code you posted: self.SearchCriteriaGroupBox.layout() http://doc.trolltech.com/3.3/qwidget.html#layout James ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] cant install PyKDE

2005-08-10 Thread Jim Bublitz
On Tuesday 09 August 2005 21:18, [EMAIL PROTECTED] wrote: > Generating the C++ source for the kdecore module... > sip: sip/kdecore/kshortcutlist.sip:85: There is already an enum in scope > with the same Python name > Error: Unable to create the C++ code. Not sure of the cause, but it looks like a

[PyKDE] PyKDE

2005-08-10 Thread Ryan
Im trying to install PyKDE but I have problems with the Mandrake RPM's and when I install from source it says, sip: Unable to find file "qt/qtmod.sip" Error: Unable to create the C++ code. Is this due to the versions of SIP/KDE/QT that I have installed? Attached is the output from the configure.

[PyKDE] cant install PyKDE

2005-08-10 Thread hot-head
[EMAIL PROTECTED]:~/install/PyKDE/PyKDE-3.11.3$ python configure.py && make && su -c"make install" PyKDE version 3.11.3 --- Python include directory is /usr/include/python2.3 Python version is 2.3.5 sip version is 4.2.1 (4.2.1) Qt directory is /home/hothead/kde3.4.2 Qt vers

Re: [PyKDE] Borderless Windows

2005-08-10 Thread David Boddie
On Tue, 9 Aug 2005 11:02:56 +0530, The Abattoir[!] wrote: > I want help with trying to make windows borderless. > For example, in the file pyKHTMLPart.py, in the examples folder > of the PyKDE package, I changed the constructor call from > > parts=pyPartsMW(None,"pyParts") > > to > > par

[PyKDE] Simple KHtml program crashing at exit

2005-08-10 Thread İsmail Dönmez
Hi all, I have a very simple Khtml program like this == demo.py: == #!/usr/bin/env python # -*- coding: utf-8 -*- from qt import * from hwidget import HWidget import khtml from kdecore import KApplication, KCmdLineArgs, KAboutData class HtmlWidget(HWidget): def __init__(sel