On Sun, Apr 8, 2012 at 9:43 PM, Piet Stevens <[email protected]> wrote: > OK, I removed everything pyjamas related from /usr/local/share and > /usr/local/lib/python2.7, locate pyjamas did not show anything after > updatedb; I then used git and then ./build.py for libtest.
that'll do. > I open LibTest.html in chromium but just get a blank page > forĀ file:///usr/local/share/pyjamas/examples/libtest/output/LibTest.html hmmm.... that's not good. can you please check the javascript console? oh wait... you might be running into XSS (cross-site security) even on the bloody local filesystem. *sigh*. try going through apache (or run something like python -m SimpleHTTPServer). then go to http://127.0.0.1/......./examples/libtest/output/LibTest.html l. p.s. if you have pyjd installed - i believe you do - that would be real handy to test as well, but not on libtest: you've already seen it does something different.

