OK.  Got it working (sort of).  Now I can compile, but nothing shows up. 
 I'm also given "not a function:" errors when running the sample code as 
such:

from pyjamas import Window
from pyjamas.ui import RootPanel, Button

def greet(sender):
    Window.alert("Hello, AJAX!")

b = Button("Click me", greet)
RootPanel().add(b)


HELP!

Reply via email to