hey Tony, welcome aboard. I did not find any explicit message that would match what you get (I quickly grep the source code, this would deserve much more investigations). As you're the first one to report this kind of problem, and as you have compiled pyside, Ive emitted the idea that it could be one of the qt source numerous debug messages because of a debug flag accidentally turned on for compilation. Even if I wish, I can't really help on that one, I miss time because of the job and my other commitments but feel free to use my email anytime ... For completeness, the code in cpp you can find in the plugin has been put there to show the way I did my personal qt integration when people were asking how ... Ive always warned and repeated about the fact that this is what it is, a demo code ... Ive been just too busy (or maybe lazy) to release the complete thing I guess. besides, I've not worked that much with pyside in softimage, mainly because when I wrote the code, pyside wasnt even in beta and studios are still committed to riverbank ... but considering the only major difference between pyqt and pyside is the vendor and the binding generator, this doesn't change anything on its usage with the plugin nor with the way I used to integrate qt into proprietary softwares ... -- jo
2012/10/16 Tony Barbieri <[email protected]> > Hey Steven, > > I just joined the list this morning so I could join in the conversation. > Do you happen to know if Jo found that in the actual Qt source code or in > PySide? > > I compiled both debug and release but compiled PySide against the release > .dlls. > > Thanks! > > -tony > > so, you guys are compiling it yourself... maybe with debug mode on? jo > just grep'd the qt code base and found debug message with "caught" in it > > > On Mon, Oct 15, 2012 at 4:54 PM, Steven Caron <[email protected]> wrote: > >> oh nice! >> >> >> On Mon, Oct 15, 2012 at 4:46 PM, Bradley Gabe <[email protected]> wrote: >> >>> Tony said he didn't have to do any "work" to get PySide going. He just >>> compiled the latest version... >> >> > -- > -tony >

