Re: [Maya-Python] shiboken warnings and missing classes

2018-07-24 Thread Ravi Jagannadhan
Hi Justin, thanks. The issue seems to be in the typesystem XML file, I didn't add the object line. My next question, and I'm really sorry for how stupid this will sound is Shiboken supposed to generate .py files? Or is there some other process that makes them? Ravi On Tue, Jul 24, 2018 at

Re: [Maya-Python] shiboken warnings and missing classes

2018-07-24 Thread Justin Israel
On Wed, Jul 25, 2018 at 2:30 PM Ravi Jagannadhan wrote: > Hi Justin, thanks. The issue seems to be in the typesystem XML file, I > didn't add the object line. My next question, and I'm really sorry for how > stupid this will sound is Shiboken supposed to generate .py files? Or > is there

[Maya-Python] shiboken warnings and missing classes

2018-07-24 Thread Ravi Jagannadhan
Hi all, my apologies if this isn't the right place to ask this, but I'm at my wits end and I'm sure I'm missing something simple here. I'm trying to use Shiboken to build Python bindings. I'm using the widget example on Qt's website:

Re: [Maya-Python] shiboken warnings and missing classes

2018-07-24 Thread Justin Israel
Hey Ravi, I have worked on a project that provides shiboken 1/2 python bindings, and my experience with shiboken is that it is poorly documented and hard to use :-/ And to be honest, the huge number of warnings you are seeing is something we are used to as well. A build of our project shows more

Re: [Maya-Python] shiboken warnings and missing classes

2018-07-24 Thread Ravi Jagannadhan
Darn, okay, I'll keep digging. Thanks Justin. On Tue, Jul 24, 2018 at 7:41 PM, Justin Israel wrote: > > > On Wed, Jul 25, 2018 at 2:30 PM Ravi Jagannadhan wrote: > >> Hi Justin, thanks. The issue seems to be in the typesystem XML file, I >> didn't add the object line. My next question, and I'm