I noticed that python's print doesn't output in the message command
line next in the main interface of maya but we can see what's printed
in the script editor fine.

So I decided to use mel in python like below:

import maya.mel as mel
mel.print("test..\n")

and this does not seem to work.. perhaps a syntax problem? Could
someone point me to a right direction?

Thank you all.
-- 
http://groups.google.com/group/python_inside_maya

Reply via email to