Making PyQt4, PySide and IPython work together
2012-09-20
PyQt and PySide are two independent Python libraries allowing access to the Qt framework. PyQt is maintained by the British firm Riverbank Computing, whereas PySide is developed by Qt developers from Nokia. PySide was created by Nokia in 2009 after they "failed to reach an agreement with PyQt developers to change its licensing terms to include LGPL as an alternative license" (quoting Wikipedia). Fortunately, the two APIs are very similar (which is not that surprising given that they are just bindings to the same Qt library).