[BangPypers] Python app in a browser sandbox?
Navtej Singh
n.s.buttar at gmail.com
Fri Feb 22 12:32:17 CET 2008
I guess you should be able to use pyinstaller
http://pyinstaller.python-hosting.com/.
"Support for building COM servers (Windows only). "
IMO the size of the distribution exe/dll would be significantly larger
as the resultant exe/dll is a kind of achieve.
May be you should take a second look at IronPython+Silverlight and
check if that suits your requirement.
http://www.voidspace.org.uk/ironpython/silverlight/pycon.html
On Fri, Feb 22, 2008 at 1:54 PM, logan <logan04x at gmail.com> 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
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
>
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
More information about the BangPypers
mailing list