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 me know.
 
 I'd like to see that :-)

Me, too! :)



___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



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 delivery.

It appears to be about 90KB - if that's a problem, I can probably
post it on sourceforge for ftp.

Jim

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



[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 
still uses the old build process.

Phil

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



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, it works 
fine (but it still sometimes doesn't quit properly).  These lines add a 
second frame to the QCanvasSprite (they make it so that the color can be 
changed).

Does this crash for you guys too, or is it just me?  And should I not be 
creating other frames in this way?  I could probably make the points out of 
QCanvasEllipses instead, and change the brush, but I'd still like to figure 
out what's going wrong here.

I'm using Python 2.2, SIP 3.2.1, PyQt 3.2.1, and Qt 3.0.3, on Red Hat 7.3.

_
Send and receive Hotmail on your mobile device: http://mobile.msn.com



test.py
Description: Binary data


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 segmentation fault.  But if you comment lines 14 and 18, it
 works fine (but it still sometimes doesn't quit properly).  These lines add
 a second frame to the QCanvasSprite (they make it so that the color can be
 changed).

 Does this crash for you guys too, or is it just me?  And should I not be
 creating other frames in this way?  I could probably make the points out of
 QCanvasEllipses instead, and change the brush, but I'd still like to figure
 out what's going wrong here.


Yes, I've got a segfault, too.
-- 
Boudewijn Rempt | http://www.valdyas.org

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde