On Sun, May 23, 2010 at 11:46 AM, Michiel Duvekot <[email protected]> wrote: > Not sure if this helps any, but running it from a Maya terminal > (/Applications/Autodesk/maya2011/Maya\ Terminal.term) under OS X > gives: > > michiel$ mayapy -c "import maya.standalone; > maya.standalone.initialize(); raise Exception" > Traceback (most recent call last): > File "<string>", line 1, in <module> > Exception
Yeah - that's the expected / normal behavior. Thanks for the input, though . =) As for ipython - I've never really had any major problems - occasionally just issues with formatting of output, or with tracebacks, mostly. On the whole, I think it's a wonderful tool... I feel like I've had a limb but off whenever I have to use a "normal" interpreter. =) But for debugging low level stuff like this, I like to get as pure as possible... - Paul - Paul > > -- > Michiel > > -- > http://groups.google.com/group/python_inside_maya -- http://groups.google.com/group/python_inside_maya
