I'm working with Maya 2018 and there's a weird thing going on. When I select multiple vertices, faces or edges I get:
// Error: AttributeError: file <string> line 88: 'exceptions.RuntimeError' object has no attribute 'errno' //
// Warning: Python callback failed //
The problem with this in what I'm scripting is that when this warning/error appears, somehow it does not let me click on my custom GUI buttons. For example. I need to select a few vertices then click a button to save them into a custom attribute... Well I can't click that button right away, and I'm guessing it is because of this weird error.
Any ideas on what this is?