Is there an equivalent to Java Webstart in Python?

Nic Bar
Mon Dec 5 09:46:06 EST 2005


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" <renato.ramonda at gmail.com>
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.




More information about the Python-list mailing list