Re: [PyQt] QMovie and underlying C/C++ object has been deleted

2011-09-01 Thread Andreas Pakulat
On 01.09.11 16:32:36, Alan Ezust wrote: > Using PyQt Version: 4.6-1, I found this strange thing when I try to create a > new QMovie, in response to a signal emit. > > self._movie = QMovie(self) > traceback (most recent call last): > File "/home/rats-user/rats-dev/build/py/ratsApp/ui/IconStuf

[PyQt] QMovie and underlying C/C++ object has been deleted

2011-09-01 Thread Alan Ezust
Using PyQt Version: 4.6-1, I found this strange thing when I try to create a new QMovie, in response to a signal emit. self._movie = QMovie(self) traceback (most recent call last): File "/home/rats-user/rats-dev/build/py/ratsApp/ui/IconStuff.py", line 123, in setActive self._setActiveMet