Python use with browsers?

David Lees deblnonospammy at theworld.com
Thu Aug 23 01:02:59 EDT 2001


I am afraid the original poster (me) is ignorant so a link or two to
appropriate information is fine.  I need to check with our software head
to find out exactly what he has in mind.  I was thinking of those Java
applets that I assumed download Java byte code to your browser and then
execute on the client.  So replace Java byte code with Python byte code
and execute it from the browser.  I very much would like to understand
what Steve and Maan refer to.

Thanks,

David Lees


Steve Holden wrote:
> 
> Indeed. But the question asked if Python could be used "as Java is used in
> the browser". Which I took to mean client-side, not server-side like ASP.
> 
> regards
>  Steve
> --
> http://www.holdenweb.com/
> 
> "Maan M. Hamze" <mmhamze at pleiades.net> wrote in message
> news:to7dejr8jk4e87 at corp.supernews.com...
> > Steve
> > The win32all implementation installs the Python ActiveX scripting engine.
> > This means that it can be used in ASP pages without the need for any
> client
> > to have Python installed.  In cases like that, Python should be installed
> on
> > the server only where Python is run.
> > Maan
> >
> > "Steve Holden" <sholden at holdenweb.com> wrote in message
> > news:sADg7.100020$rV6.4877746 at e420r-atl2.usenetserver.com...
> > > "David Lees" <deblnonospammy at theworld.com> wrote in message
> > > news:3B82FB32.258CB937 at theworld.com...
> > > > Is there a way to run Python the way Java is run from a browser?  I
> > > > assume Jython lets you do this?  But I am wondering if there is some
> > > > sort of Python VM plug-in that that allows a browser to execute
> Python?
> > > >
> > > > I have written some Python code that is being ported to Java, because
> of
> > > > the Java/Browser tie in and am wondering about ways the code could be
> > > > used directly.
> > > >
> > > The ActivePython implementation, or standard Windows Python with the
> > > win32all extensions, allow you to use Python as an ActiveScripting
> > language.
> > > However, you will need to be able to guarantee that all your clients
> have
> > > Python installed: is this something under your control?
> > >
> > > regards
> > >  Steve
> > > --
> > > http://www.holdenweb.com/
> > >
> > >
> > >
> > >
> > >
> >
> >



More information about the Python-list mailing list