thanks michael for helping us solve this!
On Fri, Feb 8, 2013 at 8:43 AM, philipp.oeser <[email protected]> wrote: > ** > Hi Michael, > > thanx for that and sorry for the late answer (was busy here). > The PyQT module was OK on my side, but adding that path to the > QApplication actually did the trick. > > So just to recap: > ====================================== > # first have to get the anchor (that's where the QApplication gets > instanced?) > sianchor = Application.getQtSoftimageAnchor() > # now add the libs by hand > QtGui.QApplication.instance().addLibraryPath('/.../...') > # done :) > ====================================== > > Cool, I'm happy now > >

