What Justin said. We can at least be sure it isn’t a PySide/PyQt object.
Just to clarify, based on your previous example, is this what you did? >>> print type(window1) <class 'importSceneUI.ImportScene'> >>> print type(window1).__mro__ AttributeError: class ImportScene has no attribute '__mro__' Could you elaborate a little on what role this object played in your question? How are you using it? What does it return? -- 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/CAFRtmOCghY-GpPyAZz9vXABDFNXUk4XsdKHfcArmhunqGOeO-Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
