Is there an equivalent to Java Webstart in Python?

2005-12-05 Thread Nic Bar
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?

2005-12-05 Thread Nic Bar
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 (assumi

Re: Is there an equivalent to Java Webstart in Python?

2005-12-05 Thread Nic Bar
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 -080