We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upon install it says install complete but mgear menu doesn't show.
the full error message**
____________________________________ | _____ | | / ____| | | _ __ ___ | | __ ___ __ _ _ __ | | | '_ ` _ \| | |_ |/ _ \/ _` | '__| | | | | | | | | |__| | __/ (_| | | | | |_| |_| |_|\_____|\___|\__,_|_| | |____________________________________| # Failed to execute userSetup.py # Traceback (most recent call last): # # File "C:\Users\richa\Documents\maya\modules\scripts\userSetup.py", line 18, in <module> # import mgear.menu # File "C:\Users\richa\Documents\maya\modules\scripts\mgear\__init__.py", line 7, in <module> # from . import menu # File "C:\Users\richa\Documents\maya\modules\scripts\mgear\menu.py", line 2, in <module> # import mgear.pymaya as pm # File "C:\Users\richa\Documents\maya\modules\scripts\mgear\pymaya\__init__.py", line 1, in <module> # from .cmd import * # File "C:\Users\richa\Documents\maya\modules\scripts\mgear\pymaya\cmd.py", line 371 # def listHistory(*args, type=None, exactType=None, **kwargs): # ^ SyntaxError: invalid syntax // Installation Complete
i think the new pymaya has issues with maya 2020 , am not sure if its incompatability with python 2.7 or else.
The text was updated successfully, but these errors were encountered:
@Nsajigwa9000 For the moment we are not supporting python 2.7. I will put this ticket on-hold
Sorry, something went wrong.
miquelcampos
No branches or pull requests
🐞 Bug Report
Description
Actual Behavior
upon install it says install complete but mgear menu doesn't show.
Maya Version
mGear Version
the full error message**
Additional Context
i think the new pymaya has issues with maya 2020 , am not sure if its incompatability with python 2.7 or else.
The text was updated successfully, but these errors were encountered: