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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to