Python & Microsoft Script Control
Mark Hammond
MarkH at ActiveState.com
Fri Feb 16 19:00:40 EST 2001
Alex Martelli wrote:
> While I haven't yet managed to 'really' make Python a part of the
> applications we develop at work, the ScriptControl IS helping -- with
> the rest of ActiveScripting/Automation/COM, it makes it really trivial
> to let an application be scripted through any scripting language at
> all -- and Python really shines when thus placed on a level playing
> field with VBScript &tc.
Have you checked out win32comext\axscript\test\testHost.py - this implements a first-class Active Scripting host, and allows you to define your ActiveScripting object module purely in Python.
Mark.
More information about the Python-list
mailing list