[PyKDE] PyKDE and libkdegames

2002-06-10 Thread Neil Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could anyone give me any advice on how to make a wrapper for libkdegames (or any of the other extra libs for that matter) in the way PyKDE wraps kdelibs? My first obvious steps would be to look on a cvs or the sip docs, but lacking both I hope

[PyKDE] PyQt-3.2.4 for Qt 2.3.1 examples

2002-06-10 Thread Hans-Peter Jansen
Hi Phil et al., while failed in setup of PyQt-3.2.4 for Qt-3.0.4 (see my last mail), I'm playing with the Qt-2.3.1 version now, accompanied by Boudewijn's book, which is very nice and really helpful, by the way. Congratulations, Boudewijn! Back on track, here are my first observations: a) The

Re: [PyKDE] How do I delete a QCanvasItem?

2002-06-10 Thread Boudewijn Rempt
On Monday 10 June 2002 21:29, Stephen Green wrote: I've been trying to figure out how to delete a QCanvasItem from a QCanvas. I tried using del, QCanvas.removeChild() and removing all references to it. None of this works though. I think removeChild() doesn't work because it takes a QObject

[PyKDE] Trying to build PyKDE for KDE 3

2002-06-10 Thread Alex Willmer
Hello All I'm trying to get pykde 3.2.4 working with kde 3.0.0, however make install fails with the error below. I'm not sure where to look to find the solution, make appeared to work without errors. The configure line I used was: ./configure --with-qt-dir=/usr/lib/qt3/

Re: [PyKDE] Qt 3.0.4 and PyQt-3.2.4 install trouble

2002-06-10 Thread Joe Jones
On Saturday 08 June 2002 8:49 pm, Hans-Peter Jansen wrote: Hi, just tried to install $subject. While building Qt and PyQt was successful, PyQt throws this error message on make install: /bin/sh ../mkinstalldirs /usr/lib/python2.1/site-packages /usr/bin/install -c -m 644 qt.py

[PyKDE] Segmentation fault with QTabBar/QTab

2002-06-10 Thread Kaercher, Joerg
Hi, I am trying to use the QTabBar/QTab classes and get a segmentation fault when a tab is removed from the bar. I found a message in the PyKDE archive that mentions that on the C++ level QTabBar::removeTab() calls the destructor for the QTab object. Is it possible that the garbage collector in

Re: [PyKDE] How do I delete a QCanvasItem?

2002-06-10 Thread Phil Thompson
Boudewijn Rempt wrote: On Monday 10 June 2002 21:29, Stephen Green wrote: I've been trying to figure out how to delete a QCanvasItem from a QCanvas. I tried using del, QCanvas.removeChild() and removing all references to it. None of this works though. I think removeChild() doesn't work

Re: [PyKDE] Qt 3.0.4 and PyQt-3.2.4 install trouble

2002-06-10 Thread Phil Thompson
Joe Jones wrote: It would be good if someone could tell me at what point Qt is linked to, and how it is decided which Qt to link to? I notice that make install ; uses libtool . Assuming you don't use the options to ./configure to override individual Qt components then --with-qt-dir is

Re: [PyKDE] Segmentation fault with QTabBar/QTab

2002-06-10 Thread Phil Thompson
Kaercher, Joerg wrote: Hi, I am trying to use the QTabBar/QTab classes and get a segmentation fault when a tab is removed from the bar. I found a message in the PyKDE archive that mentions that on the C++ level QTabBar::removeTab() calls the destructor for the QTab object. Is it possible

[PyKDE] Installation OK, but can't run application

2002-06-10 Thread N Kurniawan
I compile PyQt3.2.4 source with SIP 3.2.4 source, Qt3.0.3 Mandrake's RPM, and Python2.2 Mandrake's RPM. The compilation show no error, but when I try to run some application (from PyQt examples) they show an error like: File application.py, line 7, in ? from qt import * File

RE: [PyKDE] Trying to build PyKDE for KDE 3

2002-06-10 Thread Jim Bublitz
On 10-Jun-02 Alex Willmer wrote: Hello All I'm trying to get pykde 3.2.4 working with kde 3.0.0, however make install fails with the error below. I'm not sure where to look to find the solution, make appeared to work without errors. The configure line I used was: ./configure

Re: [PyKDE] Qt 3.0.4 and PyQt-3.2.4 install trouble

2002-06-10 Thread Donovan Rebbechi
On Sat, 8 Jun 2002, Hans-Peter Jansen wrote: Hi, just tried to install $subject. While building Qt and PyQt was successful, PyQt throws this error message on make install: /bin/sh ../mkinstalldirs /usr/lib/python2.1/site-packages /usr/bin/install -c -m 644 qt.py