I was reading wx.html widget documentation and it is very interesting, the browser is browser but not what user have installed, it is HTML browser as widget from wx.Python. This mean that user have usual window frame, and there no need to know what is behind. For me I have once written application, for web, and very easy I can make to work on different OS.
Thanks, this is very helpful. Regards Miroslav On Sun, Jun 10, 2012 at 6:38 PM, Anthony <abasta...@gmail.com> wrote: >> Is this mean: >> make web2py application, >> follow instruction and pack application >> --- >> unpack application and run, running application will run and will open >> in browser or where? > > > If you're talking about the first link, when you unpack and run, the > application will open in the browser -- but it will be running locally on > the user's machine via the built-in Rocket webserver (and in that case, if > you need a database, you would most likely use SQLite, which is also local > to the app). > > Anthony