James Tauber's Blog 2006/05/27


blog > 2006 > 05 >


pyjamas Update

Making good progress with pyjamas

As of @32 it now is possible to cd into examples/helloworld where there is a lone Hello.py:

import ui class Hello: def onModuleLoad(self): b = ui.Button("Click me") ui.RootPanel().add(b)

and type:

python ../../builder/build.py Hello

and have all the Javascript and HTML be generated in the output directory.

Also, the mailing list hit the 50 mark today! And I'm on a #pyjamas channel on irc.freenode.net

by : Created on May 27, 2006 : Last modified May 27, 2006 : (permalink)