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
