View Single Post
# 1 09-12-2017 , 03:21 PM
Registered User
Join Date: Oct 2013
Location: https://t.me/pump_upp
Posts: 22

Pymel crash upon import

Hi,
I am trying to initialize Maya in the mayapy interpreter via this code:

import maya.standalone
>>> maya.standalone.initialize()
>>> import pymel.core as pmc

and it crashes. I have been on Stack and various other places and mostly people recommend turning off Auto-Load of plugs which I did
but that did not help. Any input will be appreciated.
Cheers.