Re: [PyKDE] PyKDE and libkdegames

2002-06-14 Thread Michael Lauer
Am Don, 2002-06-13 um 20.47 schrieb Ricardo Javier Cardenes Medina: On Thu, Jun 13, 2002 at 09:46:26AM -0700, Jim Bublitz wrote: At the moment I simply don't have the time to work on this or co-ordinate a project, but I'll be happy to answer any questions. If anyone is interested, let

RE: [PyKDE] PyKDE and libkdegames

2002-06-14 Thread Jim Bublitz
On 13-Jun-02 Michael Lauer wrote: Sounds very interesting - could you publish these tools, please? I emailed the tarball to you, but got: do_ypcall: clnt_call: RPC: Unable to receive; errno = Connection refused 220 mars.tm.informatik.uni-frankfurt.de ESMTP. My ISP is continuing to attempt

[PyKDE] Update on New Build Process

2002-06-14 Thread Phil Thompson
The build process in the latest snapshot has now been tested with tmake and Python 1.5.2 so it should be Ok for any version of Qt with any version of Python for UNIX/Linux and embedded systems. Just Windows still to do. Note that you also need the latest SIP snapshot as well - even though it

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

2002-06-14 Thread Stephen Green
Ok, I think I found out what causes the problem in my code. Here is a small part of my program that will crash. As it is, if you create a point in the program, then delete the point, then try to create a new point, it usually gives a segmentation fault. But if you comment lines 14 and 18,

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

2002-06-14 Thread Boudewijn Rempt
On Friday 14 June 2002 19:31, Stephen Green wrote: Ok, I think I found out what causes the problem in my code. Here is a small part of my program that will crash. As it is, if you create a point in the program, then delete the point, then try to create a new point, it usually gives a