Home › Forums › General XMetaL Discussion › Using python for scripting › Reply To: Using python for scripting
Reply to: Using python for scripting
February 16, 2010 at 10:42 pmWe'll i've installed ActivePython, but i suspect i need something else on the Xmetal side.
The below application is dead simple, but i keep getting an error that it doesn't know MessageBox.
Do you have some sample macros that you tested? (just to see if my installation is correct?
Thanks,
Russ
—————–
#app=WScript.Application
MessageBox(“Hello world!”)
]]>