I just updated to Maya 2023 from Maya 2020.
glTools worked fine in Maya 2020
When I try to run my script in Maya 2023, I get the following error:
Error: ModuleNotFoundError: file C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\glTools\utils_init_.py line 1: No module named 'component'
component.py is present in location C:\Program Files\Autodesk\Maya2023\Python\Lib\site-packages\glTools\utils
AFAIK, Maya 2020 uses Python 2 and Maya 2023 uses Python 3. Is Python 3 supported?