hey all,

pymel is crashing when used in maya.standalone.  it does all of the work, but 
when you're done and want to exit the maya.standalone session. 

all you have to do to see it in action is this in a shell:

# CRASHES THE PYTHON SESSION
python2_maya
import maya.standalone
maya.standalone.initialize()
import pymel.core as pm
quit()


# DOES NOT CRASH THE PYTHON SESSION
python2_maya
import maya.standalone
maya.standalone.initialize()
quit()

Paul or Chad, do you guys have any ideas how we can fix this? 

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to