> > In that case, it still depends on a server. You know what I meant. The > original topic is about using a web framework for a client-only app.
Really, I didn't know what you meant, as you said Pyjamas requires Python to be installed. It doesn't depend on a server either, other than to deliver the app to the browser (though I suppose it could be run locally as well). Anyway, my point was just that Python can't be used for client-side apps unless compiled to Javascript, and Pyjamas is an example of that. Anthony

