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
Comments (0)
Add a Comment
Last Modified: May 27, 2006
Author: jtauber