is it possible to integrate Python into VBS ?

Stef Mientki stef.mientki at gmail.com
Wed Nov 26 19:15:14 EST 2008


hello,

We use a commercial database application (Ultimo),
that has embedded VBS (Visual Basic Script) editor / execution.
Knowing Python now, VBS seems quit clumsy.

We can't replace the build-in scripting completely,
because the VBS (which has to have some predefined strctures) is 
interpreted by the database program, before it's executed.
But as far as we know there are no restrictions on the VBS.
So it should be possible to do the real work in Python.

How can I call Python from within VBS ?
I googled, but didn't find any relevant pages (probably used the wrong 
words).

thanks,
Stef Mientki




More information about the Python-list mailing list