I'm getting this error when trying to load a shelf:
# AttributeError: 'MenuItem' object has no attribute 'itemArray' //
It looks like the problem might be with the change to a self.proxy.wrap call in the previous line. Reverting that to gui.PopupMenu.wrap seems to fix it.
I'm getting this error when trying to load a shelf:
# AttributeError: 'MenuItem' object has no attribute 'itemArray' //
It looks like the problem might be with the change to a
self.proxy.wrap
call in the previous line. Reverting that togui.PopupMenu.wrap
seems to fix it.