Re: [PyKDE] QGraphisScene removeItem problem

2006-12-11 Thread Phil Thompson
On Monday 11 December 2006 1:20 pm, Remy Anthoine wrote: > Greetings, > > I'm having trouble using the removeItem operation of a scene in PyQt4 > with python 2.5 under windows XP. Can someone explain why the > following produces an error of type : "python.exe has encountered a > problem and needs t

Re: [PyKDE] QGraphisScene removeItem problem

2006-12-11 Thread Remy Anthoine
I guess it is because when you delete an item, its children items are deleted too. I thought about a project of children but I'm just adding one text item without children so it shouldn't be a problem... ___ PyKDE mailing listPyKDE@mats.imk.fraunh

Re: [PyKDE] QGraphisScene removeItem problem

2006-12-11 Thread V. Armando Sole
At 14:20 11/12/2006 +0100, Remy Anthoine wrote: Greetings, I'm having trouble using the removeItem operation of a scene in PyQt4 with python 2.5 under windows XP. Can someone explain why the following produces an error of type : "python.exe has encountered a problem and needs to close. We are so

Re: [PyKDE] QGraphisScene removeItem problem

2006-12-11 Thread Andreas Pakulat
On 11.12.06 14:20:42, Remy Anthoine wrote: > I'm having trouble using the removeItem operation of a scene in PyQt4 > with python 2.5 under windows XP. Can someone explain why the > following produces an error of type : "python.exe has encountered a > problem and needs to close. We are sorry for the

[PyKDE] QGraphisScene removeItem problem

2006-12-11 Thread Remy Anthoine
Greetings, I'm having trouble using the removeItem operation of a scene in PyQt4 with python 2.5 under windows XP. Can someone explain why the following produces an error of type : "python.exe has encountered a problem and needs to close. We are sorry for the inconvenience." import sys from PyQt