On Tue, Aug 21, 2012 at 1:01 AM, Vsevolod Fedorov <[email protected]> wrote: > Hello, all! Again :) > > I have the following code: > ----- > pyjd.setup("http://localhost:8080/pyjd-public/index.html", width=1000, > height=700) > ----- > It worked fine for the long time. But after last 'git pull', it broke under > pyjs with traceback: > ----- > TypeError: undefined() got an unexpected keyword argument 'width' > Traceback: > index.py, line 17: > main() > index.py, line 10: > pyjd.setup("http://localhost:8080/pyjd-public/index.html", width=1000, > height=700) > ------- > Under pyjd it is still working.
bleh, i tried to cheat and cut down on the pyjd size impact on pyjs ... oh well, this pointless module will die soon enough. does it work now with latest HEAD? -- C Anthony --
