James Tauber

journeyman of some

blog > 2006 > 05 > 27 >

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

Categories:
prev « python » next
prev « pyjamas » next

Comments (0)

Add a Comment

Created: May 27, 2006
Last Modified: May 27, 2006
Author: jtauber