AutodeskRoboticsLab / Mimic

An open-source Maya plugin for controlling Industrial Robots. Written in Python 3.
https://www.mimicformaya.com/
172 stars 39 forks source link

have problem in maya 2022 #37

Open UmbraTek opened 2 years ago

UmbraTek commented 2 years ago

i copy the win release version to modules folder , and open the maya. i can find the mimic module, and click the icon. image

but it display the problem like this image

UmbraTek commented 2 years ago

display error on console image

evanatherton commented 2 years ago

Hi @UmbraTek, Mimic was created in python 2.7 for as all previous versions of Maya used Python 2.7; however, Maya 2022 now uses Python 3. We're in the process of porting Mimic to Python 3, but in the meantime, you can launch Maya 2022 in Python 2 mode (only on PC). Please try one of these approaches to start Maya in Python 2 here

Hope that helps, let me know if you continue to have trouble getting Mimic launched

wangyisnsd commented 2 years ago

Hi @UmbraTek, Mimic was created in python 2.7 for as all previous versions of Maya used Python 2.7; however, Maya 2022 now uses Python 3. We're in the process of porting Mimic to Python 3, but in the meantime, you can launch Maya 2022 in Python 2 mode (only on PC). Please try one of these approaches to start Maya in Python 2 here

Hope that helps, let me know if you continue to have trouble getting Mimic launched

Thank you! Problem fixed!