Python ActiveX Scripting Demonstation

Congratulations on installing the Python ActiveX Scripting Engine

Be warned that there is a privacy concern with this engine. Please read this information, including how to disable the feature.

Object model

Except as described below, the object module exposed should be similar to that exposed by Visual Basic, etc. Due to the nature of ActiveX Scripting, the details for each host are different, but Python should work "correctly".

The object model exposed via Python for MSIE is not as seamless as VB. The biggest limitation is the concept of a "local" namespace. For example, in VB, you can code text="Hi there", but in Python, you must code MyForm.ThisButton.Text="Hi There". See the foo2 sample for futher details.

Known bugs and problems