Is there an equivalent to Java Webstart in Python?
Hi everybody, I want to develop a WEB based Python user appication that nees to be downloaded and started grom a web server using a browser. Does anybody know if there is an equivalent of Java WebStart for python applications? Nic -- http://mail.python.org/mailman/listinfo/python-list
Re: Is there an equivalent to Java Webstart in Python?
The problem with Jython is that I can only live inside the aplet virtual machine, I need a full features application with access to the local computer resources. Regarding IronPyhton, there is no released version yet. I am looking for something that can be used now and plataform independent (assuming the correct version of python is already installed on the local computer) Thanks Nic On 5 Dec 2005 02:45:04 -0800, "James" <[EMAIL PROTECTED]> wrote: >Use Jython or IronPython. >(Almost) One click web deployment is only available for Java and .NET >platforms at the moment. -- http://mail.python.org/mailman/listinfo/python-list
Re: Is there an equivalent to Java Webstart in Python?
The idea is that I don't want to have the user installing anything in his machine. The only thing he/she may install is the virtual machine. THis way I can modify the application as necessary without the need to redeploy on each and one of the installed machines. Nic On 5 Dec 2005 04:02:45 -0800, "Renato" <[EMAIL PROTECTED]> wrote: >What use is Java WebStart, exactly? > >Just make a .exe installer with everything (for windows), using for >example py2exe and InnoSetup, and a distutils compliant package for the >others. -- http://mail.python.org/mailman/listinfo/python-list