Mailing List Archive

about python
How can python execute in browser?


Mukul
--
http://mail.python.org/mailman/listinfo/python-list
Re: about python [ In reply to ]
mranjan@varshyl.com wrote:
> How can python execute in browser?
>
>
> Mukul
> --
> http://mail.python.org/mailman/listinfo/python-list
>
Check out IronPython, which you can use with Silverlight or Mono. Or you
could look at any of the cool Python Web Frameworks, such as TurboGears,
Pylons, CherryPy, or Django.

Mike
--
http://mail.python.org/mailman/listinfo/python-list
Re: about python [ In reply to ]
On Apr 22, 7:50 pm, mran...@varshyl.com wrote:
> How can python execute in browser?
>
> Mukul

Very carefully.


Alternately, applets/Jython.
--
http://mail.python.org/mailman/listinfo/python-list
Re: about python [ In reply to ]
On Apr 22, 10:50 pm, mran...@varshyl.com wrote:
> How can python execute in browser?
>
> Mukul

Depends on the browser and which compilers/postprocessors you're
willing to use. The Grail browser supports python natively, there are
python plugins for some other browsers, and there are C# plugins for
other browsers which can be wrangled to work with IronPython.

For common, widespread browser support, Jython can run on anything
supporting Java and py2js can run on anything supporting Javascript.

--
http://mail.python.org/mailman/listinfo/python-list
Re: about python [ In reply to ]
On Apr 23, 3:50 am, mran...@varshyl.com wrote:
> How can python execute in browser?
>
> Mukul

The best way of running Python code in the browser is with the
Silverlight browser plugin. Silverlight 2 (currently working with IE,
Safari and Firefoxon Windows and Mac OS X - but Silveright 2 for
Linux, called Moonlight, made major steps in the last few days).

You can run IronPython code inside Silverlight, with the choice of the
WPF based user interface or interacting with the browser DOM and
Javascript.

See the following for more details:

http://www.voidspace.org.uk/ironpython/silverlight/

Michael Foord
http://www.ironpythoninaction.com/
--
http://mail.python.org/mailman/listinfo/python-list
Re: about python [ In reply to ]
Please try to be more specific.

What setup? What problem?

On Thu, Oct 14, 2021 at 10:29 AM Amsalu Fentahun <amsefente09@gmail.com>
wrote:

> there is a problem when I install the setup
> --
> https://mail.python.org/mailman/listinfo/python-list
>
--
https://mail.python.org/mailman/listinfo/python-list