[PyQt] Crash setting property of QGesture

Phil Thompson phil at riverbankcomputing.com
Fri Jun 13 22:36:09 BST 2014


On 13/06/2014 8:33 pm, bootch at nc.rr.com wrote:
> The code is:
> 
> self.simulatedGesture = QPinchGesture() # also tried (parent=self,
> state = Qt.GestureStarted)
> self.simulatedGesture.pyqtConfigure(state=1)
> 
> At one point, I was getting an error on the console like 'pythond_d
> assertion sip_can_convert_type ...tp & x00 == 0 ...'.  Thats from
> memory, as after I updated to the latest sip and pyqt, there is no
> message on the console, just a crash.
> 
> My environment is Ubuntu14.04, Python3.4, Qt5.2.1, latest sip and
> PyQt, although it might have been different and fubar at the time I
> was getting the error on the console.
> 
> Its not important, I can use other code.

Not a lot I can do without a script that demonstrates the problem.

Phil


More information about the PyQt mailing list