Python in Internet Explorer

D-Man dsh8290 at rit.edu
Tue May 22 15:34:04 EDT 2001


On Tue, May 22, 2001 at 08:00:02PM +0100, Darren Watson wrote:
| Is it possible to use Python as a scripting language for HTML pages in a
| similar way to VBScript?

Yes.  AFAIK no widely used browser has a python interpreter included,
but all of them have java interpreters.  To use Python in conjunction
with such a beast you will have to use the java implementation of
python (called jython) as opposed to the more commonly used C
implementation.

http://jython.sourceforege.net

For examples see http://jython.sourceforge.net/applets/index.html

-D





More information about the Python-list mailing list