Just to help analyzing ...
> Hi, I am trying to run the DynamicTable example from the pyjs.org
> site, http://pyjs.org/examples/dynamictable/output/DynaTable.html, but
> it seems it doesn't quite work.
> In the top bar of the table I see a "Please wait...", which never disappears.
>
> I tried with both Firefox 3.6.15 and Chrome 17.0.963.83, on OSX 10.6.4
The Console of Google Chrome developer tools (press F12!) says:
Uncaught TypeError: Cannot read property 'length' of undefined
$module.op_add DynaTable.safari.cache.html:14004
(anonymous function) DynaTable.safari.cache.html:6064
(anonymous function) DynaTable.safari.cache.html:5439
(anonymous function) DynaTable.safari.cache.html:10583
$module.HTTPRequest.onreadystatechange
> I then downloaded the source code from git, and tried to run the
> DynamicTable example locally.
> But there is no info on how to start the server for the php file
> SchoolCalendarService.php (I have never done anything with php, so
> this is really new territory for me).
>
> There is a python file testjsonservice.py, which seems to verify that
> the server is working properly, but this of course fails since I
> haven't started any server.
Aha, that's why - when I run it locally - I get "Failed to access
data: {'code': -32603, 'message': 'Empty Response', 'data': None}".
Peter