I want to use Python as my Macro scripting language, I did as Macro reference told:
#language = “Python”
Window.document.write( ‘Hello’ );
but it failed with “Python specified language not registered in this system”, but I have already installed the Python in my system, could anyone tell me what special action should I take to make the Python scripting works?