[PySide] PySide and the nuitka python compiler

John Ehresman jpe at wingware.com
Tue Feb 4 23:28:09 CET 2014


On 2/3/14, 9:42 AM, Vincent Barrielle wrote:
> Following these examples, I've found some fixes that enable PySide to work
> correctly when run under Nuitka (patches attached).

These look like worthwhile changes (though I haven't tried them yet).  A 
couple questions:

* Could you write tests for this functionality?  I think you can use 
instances of classes with a __call__ method to simulate the behavior.

* Does this change how methods are handled?  In PySide (following how 
C++ Qt works) if a method of a QObject is connected as a callback, it is 
disconnected when the method's object is destroyed.

I'm curious, does PySide's test suite work under Nuitka?

Thanks,

John




More information about the PySide mailing list