I was wondering how I can test my installation after a git pull. On the pyjamas directory, there is a test.py file, and I ran it. It generated this error message: python test.py Output will be produced in /tmp/pyjsx0Uhmh Running `/usr/bin/python LibTest.py` at "/home/pstevens/pyjamas/examples/libtest" Running `/usr/bin/python /home/pstevens/pyjamas/pyv8/pyv8run.py -o /tmp/pyjsx0Uhmh/test_libtest_pyv8 --strict --dynamic '^I18N[.].*.._..' LibTest I18N/en_US.py` at "/home/pstevens/pyjamas/examples/libtest" Running `/home/pstevens/pyjamas/bin/pyjsbuild -o /tmp/pyjsx0Uhmh/test_pyjsbuild --strict LibTest` at "/home/pstevens/pyjamas/examples/libtest" Running `/home/pstevens/pyjamas/bin/pyjscompile -o /tmp/pyjsx0Uhmh/test_pyjscompile/LibTest.js --strict LibTest.py` at "/home/pstevens/pyjamas/examples/libtest" Running `/home/pstevens/pyjamas/bin/pyjampiler -r Hello -o /tmp/pyjsx0Uhmh/test_pyjampiler/hello.js` at "/home/pstevens/pyjamas/examples/helloworld" Running `/home/pstevens/pyjamas/bin/pyjampiler -r LibTest -o /tmp/pyjsx0Uhmh/test_pyjampiler/libtest.js -e "_[^_].*"` at "/home/pstevens/pyjamas/examples/libtest" Fetching issues csv from http://code.google.com/p/pyjamas/issues/csv Traceback (most recent call last): File "test.py", line 446, in <module> PyjamasTester() File "test.py", line 183, in __init__ self.get_tracker_issues() File "test.py", line 378, in get_tracker_issues issue = issue_cls(*row) TypeError: __new__() takes exactly 9 arguments (2 given)
I have 2 questions: a. what kind of tests can I run to check that my installation works. b. what does the above error mean? running on ubuntu 12.04 0.8.1~+alpha1 Thank you for any help, Piet