[BangPypers] Python app in a browser sandbox?
Siddharta
siddharta.lists at gmail.com
Fri Feb 22 20:13:44 CET 2008
Hi Hitesh,
Maybe you can extend the Crunchy project? Crunchy is a program that
allows you to run commands on a python interpreter through a browser
window. The project homepage is - http://code.google.com/p/crunchy/ and
there is an example of Crunchy in action in this video -
http://showmedo.com/videos/video?name=1430000&fromSeriesID=143
--
Siddharta Govindaraj
logan wrote:
> Hi Biju,
>
> Thanks for the reply.
>
> Can you please tell why you think this is not possible? The Python PYD for
> my C++ application is lesser than 750KB and will be trimmed further and the
> script to make calls through it is lesser than 10KB. The only concern for me
> is to know how to run it inside a browser.
>
> BTW, should I go for Jython applets? I will be looking at IronPython and
> Silverlight for now, though the unavailability of Silverlight on Linux is a
> big negative.
>
> Thanks.
>
> Best Regards,
> Hitesh
>
> ----- Original Message -----
> From: "Biju Chacko" <botsie at nixcartel.org>
> To: "Bangalore Python Users Group - India" <bangpypers at python.org>
> Sent: Friday, February 22, 2008 12:36 PM
> Subject: Re: [BangPypers] Python app in a browser sandbox?
>
>
>
>> logan wrote:
>>
>>> Just to add to my last email. Silverlight is more about WPF, XAML, etc,
>>> and
>>> all this is of no interest to us. What I simply want is a sandbox kind of
>>> environment, which allows the user to load the Python script (or
>>> application). The application actually is a VoIP softphone, basically we
>>> want that the user should be able to use the phone through the browser
>>> itself and it gets loaded for the user to make calls without installing
>>> the
>>> application.
>>>
>> I don't think what you're asking for is feasable. Maybe you want
>> something like ZeroInstall:
>>
>> http://0install.net/
>>
>> -- b
>>
More information about the BangPypers
mailing list