Arrrgh,

can you re-phrase your question? _What_ is not working? -- On pyjd, or
in your brwoser locally after successfully compiling with pyjsbuild?

If it's about the basic understanding of how Pyjs works, maybe take a
look at the "Hello World" section on http://pyjs.org/#Overview

Peter


2012/5/31 Larry G. Wapnitsky <[email protected]>:
> yes, they do work. that's what's ODD!!
>
>
> On 5/31/2012 10:31 AM, Peter Bittner wrote:
>>
>> Larry,
>>
>> just double-checking: You do run the examples in a usual web browser,
>> don't you? And it works?
>>
>> Should look similar to this:
>> http://pyjs.org/examples/helloworld/output/Hello.html
>>
>> Peter
>>
>> 2012/5/30 Larry G. Wapnitsky <[email protected]>:
>>>
>>> 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