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.
Seva
--