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.
I tried
import maya.mel as mel
mel.print("test..\n")
but this gives an error.
Thanks.