On 08/25/12 09:38, C Anthony Risinger wrote:
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?
Sorry for late replay (I was out of town).
Yes, it works now! Thank you.
--
Seva
--