Haven't run into that one yet. But also, I don't really use the slot decorators at all. I haven't found a situation where I was required to use it. Can you just not use them? I know thats not really a good answer. But if there is no downside...
On Sep 12, 2012, at 4:47 PM, Carlo <[email protected]> wrote: > Hey guys, > I'm have this problem where for some reason the decorators I use for a > Combobox in PyQt causes Maya 2013 to crash, but works perfectly fine in Maya > 2012 and for any other Widget item. > > Ex. @pyqtSignature( 'QString') > def on_my_Combo_activated( self): > print( 'hey') > > Has anyone else run into this issue, and is there any other work around for > solving this, besides not using decorators? > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
