i got this error when the plug in is loaded in the plug in manager :
PermissionError: [WinError 5] Accès refusé: 'C:\\Users\\bekht\\Documents\\maya\\modules\\platforms\\2023\\windows\\x64\\plug-ins\\cvwrap.mll'
# Error: invalid syntax
# # Traceback (most recent call last):
# # File "<maya console>", line 1, in <module>
# # File "C:\Users\bekht\Documents\maya\modules\scripts\cvwrap\menu.py", line 68
# # print result
# # ^
# # SyntaxError: Missing parentheses in call to 'print'. Did you mean print(result)?
# Error: name 'cvwrap' is not defined
# # Traceback (most recent call last):
# # File "<maya console>", line 1, in <module>
# # NameError: name 'cvwrap' is not defined
and this one when i turn of the plug in and try to uninstall and install again with the drag and drop file :
Installation Complete
// Error: deleteUI: Object 'mGear' not found.
// # Traceback (most recent call last):
// # File "C:/Users/bekht/Documents/maya/modules/scripts/userSetup.py", line 25, in mGear_menu_loader
// # mgear.install()
// # File "C:\Users\bekht\Documents\maya\modules\scripts\mgear\__init__.py", line 35, in install
// # self.menu_id = menu.create()
// # File "C:\Users\bekht\Documents\maya\modules\scripts\mgear\menu.py", line 19, in create
// # pm.deleteUI(menuId)
// # File "C:\Program Files\Autodesk\Maya2023\Python\lib\site-packages\pymel\internal\pmcmds.py", line 217, in deleteUI_wrapped
// # res = new_cmd(*new_args, **new_kwargs)
// # RuntimeError: deleteUI: Object 'mGear' not found.