I'm wondering if anyone else has experienced this and has a work around? Maybe I need to recompile shiboken? thanks, example
import PySide.QtGui as QtGui import shiboken orig = QtGui.QWidget() #Generic QWidget we want to cast as_ptr = long(shiboken.getCppPointer(orig)) casted = shiboken.wrapInstance(as_ptr, QtGui.QLineEdit) thanks, -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/91a83722-eb6e-4fe3-a1b8-2b05f5ac78c2%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
