kNish wrote:
Hi,1) how do I source a python script thru MEL. 2) Execute a python script thru MEL (python("");)
This is not a PyWin32 question. You need to find a Maya mailing list. There appear to be a lot of good resources on Google.
A few minutes with Google seems to show that the "pySource" command in MEL executes a Python file, or you can execute short snippet by saying:
py "print 'Hello!' " -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
