Is there a way to use Python objects from VBScript

Dale Strickland-Clark dale at out-think.NOSPAMco.uk
Sat Sep 30 10:56:39 EDT 2000


rturpin at my-deja.com wrote:

>I know that Python can be used in Active Server Pages. My
>question is whether objects defined in one scripting language
>can be used from another, and specifically, whether Python
>object methods can be invoked from VBScript.
>
>Thanks for any pointers on this!
>

Wrap the Python objects as COM objects and use VBScripts
CreateObject() function to instantiate them.

Reasonably complete documentation on doing all this can be found in
Mark Hammand and Andy Robinson's book "Python Programming on Win32"


Dale Strickland-Clark
Out-Think Ltd
Business Technology Consultants





More information about the Python-list mailing list