I’m having a bit of an issue with mGear install.
I’m click and dragging the “drag_n_drop_install.py” into my maya scene like I’ve done on previous versions. It detects i old veriosn i uninstall that one, it says it installed the new version BUT the mGear menu is not showing up on top. (I was on mGear 4.0.9 before) and when I click and drag that installer it installs just fine.
Do i need to update my Maya as well? or is there something I’m not aware of.
I looked a bit in the script window and this is what i got :
Failed to execute userSetup.py
Traceback (most recent call last):
File “C:\Users\Hobbz\Documents\maya\modules\scripts\userSetup.py”, line 18, in
import mgear.menu
File “C:\Users\Hobbz\Documents\maya\modules\scripts\mgear_init_.py”, line 7, in
from . import menu
File “C:\Users\Hobbz\Documents\maya\modules\scripts\mgear\menu.py”, line 2, in
import mgear.pymaya as pm
File “C:\Users\Hobbz\Documents\maya\modules\scripts\mgear\pymaya_init_.py”, line 1, in
from .cmd import *
File “C:\Users\Hobbz\Documents\maya\modules\scripts\mgear\pymaya\cmd.py”, line 259
f"{key}={repr(value)}" for key, value in kwargs.items()
^
Thank you.