Interoperability between VB and Python under ASP
Max Ischenko
max at ucmg.com.ua
Wed Sep 3 03:51:20 EDT 2003
Hi,
I've started to develop under Microsoft ASP framework, which allows
different lang. used in a ActiveX page. I wonder about possible
strategies to use Python modules from VBScript <%%> includes.
Right now I'm thinking about this approaches:
- create a COM server in Python to be able to call it from VB.
Drawbacks: cumbersome and (probably) slow.
- pure data exchange. Python code sets some data in global env. that is
afterwards read by VB. Drawbacks: very limited in nature.
- convert all VB pieces that need access to Python modules into Python.
Have I missed something or could anyone comment on this?
Discussion is wellcomed.
--
Regards, Max.
More information about the Python-list
mailing list