Is there any way to achieve the same functionality in Python, i.e., launching a script from a browser and automatically updating it from a central server location?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Run your app on Jython and use Java Web Start? |
|||||
|
|
Well this is still not a full match of the features of JNLP but maybe esky is closer to what you want. It's not browser based but once your app is installed on the client it can update itself. It might also lack something in the cross-platform department so depending on your environment YMMV. Another alternative might be the Dabo framework at dabodev.com. It's been a few years since i looked at that but it still looks like it's alive :-) |
||||
|
|
|
You may be able to achieve some functionality with Skulpt although it uses classless python, so its functionality is rather limited. Well check out this python wiki page as it lays out various options. |
|||||
|