Thanks for looking ;-)
I used python 3.2 's 2to3.py ;-)
in a console eval(input('prompt text')) gives no error
I solved (workaround) it by just put that part after a # ...
and gave a fake result directly ...
Now a lot of tests run but with a lot of failures ;-) ...
=========================================
two examples
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "tests\..\tests\graphics\RETAINED_INDEXED.py", line 64, in test_v3f_c4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data)
File "tests\..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "tests\..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.7279411764705882, 0.24267578125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "tests\..\tests\graphics\RETAINED.py", line 70, in test_v3f_c4f_t4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data, 't4f', t4f_data)
File "tests\..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "tests\..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
==================================================
Yes probably my NVIDIA is too old??