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.
On Friday, March 23, 2012 4:59:33 PM UTC-7, Anthony wrote: > > On Friday, March 23, 2012 7:21:08 PM UTC-4, Derek wrote: >> >> No, Pyjamas actually requires python installed everywhere it runs, even >> on desktops. >> > > Not sure what you mean. Pyjamas compiles your Python code to Javascript. > The Javascript is then sent to the browser as part of the web app. The > machine with the browser does not have to have Python installed. Only the > developer of the Pyjamas app nees Python, not the users (I'm talking about > Pyjamas web apps, not desktop apps). > > Anthony >

