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