Hi guys, We've been using PySide in Soft on Linux and Windows for a couple of months now and as Stefan said, the major pain was to compile Qt and PySide to get the missing shiboken module. I used Qt 4.8.4, PySide 1.1.2 compiled against Python 2.5 with gcc 4.1.2 (Linux) and Python 2.6 x64 with VC2010 (Win). PySide is then deployed in a custom site-packages folder on the network that is added to the pythonpath.
Our PySide integration is not the one from Steven because I wasn't able to get the windowing stuff right on Linux, so I wrote a python plugin that handle the QApplication creation/destruction and uses a timer event to force the Qt loop update. It's still a little bit rough and the Qt dialogs are not parented to the Softimage window but so far it's stable and completely usable. Anyway, I'm in to beta test a unified QtForSoftimage plugin on win and linux. Julien On Tue, May 14, 2013 at 4:29 AM, Jens Lindgren <[email protected]>wrote: > Would love to try it out Steven but I don't have time right now :( > I prefer to use PySide instead of PyQT so this is very welcomed. > > /Jens > > > On Tue, May 14, 2013 at 5:34 AM, Raffaele Fragapane < > [email protected]> wrote: > >> The difference is pySide isn't licensing hell, and AD is going that way. >> I reckon that's reason enough to do whatever we can to speed up adoption >> and finding rough edges as soon as possible ;) >> >> >> On Fri, May 10, 2013 at 10:25 AM, Jeremie Passerin >> <[email protected]>wrote: >> >>> Can I ask what's the main differences between PySide and PyQt4 ? >>> Is that just licensing ? >>> >>> Jeremie >>> >>> >>> On 9 May 2013 17:04, Steven Caron <[email protected]> wrote: >>> >>>> Hey Gang >>>> >>>> Tony Barbieri and I have been working on official support for PySide >>>> with the PyQtForSoftimage plugin and I need some testers... >>>> >>>> Who here wants to use PySide instead of PyQt4? It is a little rough >>>> right now so, only people that really want to use PySide should contact me. >>>> >>>> Thanks >>>> Steven >>>> >>> >>> >> >> >> -- >> Our users will know fear and cower before our software! Ship it! Ship it >> and let them flee like the dogs they are! >> > > > > -- > Jens Lindgren > -------------------------- > Lead Technical Director > Magoo 3D Studios <http://www.magoo3dstudios.com/> >

