Ok, so removing the resource file worked and I have got the ui open in maya but I had to change /omit a line which seems to work in the tutorial file.
# Error: AttributeError: file Z:\ddtest\Malc\burrows_MayaTools\burrowsMirrorTool\brrwsMirrorScript.py line 17: 'brrwsMirrorScript' object has no attribute 'setDockNestingEnabled' # if I omit the line from my script and run the tool from the shelf button I have, its ok, if I uncomment the line, I get this error. There must be a logical reason as to why it works in the tutorial, but not in my script. All I have done is to substitute the tutorial name for my own and I have been careful to make sure that where the tutorial has specific names for objects, I have done the same, but I keep getting the error. Cheers guys On Thu, Nov 6, 2014 at 1:32 PM, Credible Mulk <[email protected]> wrote: > Hi Justin, thanks for the reply. I will give it a go without a qrc file > and see if it works. Currently only using it for a ui icon, so not overly > important right now.Do you use QTDesigner for a UI layout? If not, > where/how do you create a ui for maya using Python. > > Many thanks > >> >>> -- > You received this message because you are subscribed to a topic in the > Google Groups "Python Programming for Autodesk Maya" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/python_inside_maya/cBSUHDF7-Ag/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/85f95ba1-204c-4bb1-9cf9-371f6edbefe0%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/85f95ba1-204c-4bb1-9cf9-371f6edbefe0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAJ7OuxeA4qKMmfc6-2UuDoSb5sfswsQASb%3DUN%2BJazhKRDuPWsw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
