On Sun, Feb 26, 2012 at 5:10 AM, John Wong <[email protected]> wrote: > Hey guys, > > Is that normal? I followed the tutorial here to setup Pyjamas Desktop and > Pyjamas, and when I ran libtest, I failed many tests. > > For example > > CompileTest: Passed 0 / 5 tests (5 failed) > ListTest: Passed 162 / 163 tests (1 failed) > FunctionTest: Passed 64 / 67 tests (3 failed) > ExceptionTest Test failed (test_exc_info_traceback/29) : uncaught > exception: 'None' has no attribute 'tb_next' > and many more...
did you do this: $ cd pyjamas/examples/libtest $ python LibTest.py or did you do this: $ cd pyjamas/examples/libtest $ ./build.sh $ firefox output/LibTest.html l.

