Python ActiveX
DeepBleu
DeepBleu at DeepBleu.org
Fri Feb 8 19:11:02 EST 2002
More information about the Python-list mailing list
Fri Feb 8 19:11:02 EST 2002
- Previous message (by thread): Python ActiveX
- Next message (by thread): readlines() a file in 2 parts.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is quite interesting. I know there is one (although outdated I believe) for TCL. For Python? This could be nice. DeepBleu "Sam Collett" <sam_collett at lycos.co.uk> wrote in message news:2030665d.0202080646.3126aec0 at posting.google.com... > Is it possible to have python installed as a simple activex control > (like jscript.dll and vbscript.dll)? > > Using code similar to the following would install an activex control > (the following code installs msxml ver 4)... > <object classid="clsid:88d969c0-f192-11d4-a65f-0040963251e5" > codebase="msxml4.cab" width="0" height="0"> > </object> > > Can this be done with python as well e.g. > <object classid="clsid:[python clsid code here]" codebase="python.cab" > width="0" height="0"> > </object> > > I ask this because the user may not need all the extra features > (Pythonwin win32all etc) - it is quite a big download. > > I hope to use it as a scripting language in html code: > <script language="python"> > python statements here > </script>
- Previous message (by thread): Python ActiveX
- Next message (by thread): readlines() a file in 2 parts.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list