On Mon, Jul 16, 2012 at 9:34 AM, Peter K.H. Gragert
<[email protected]> wrote:
> 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 ...
Instead of commenting it out completely, you can just remove the call
to eval(). This is how line 280 of test.py looks in my converted
source:
input('Press return to begin test...')
(still wondering why you have that eval(...) there in the first place)
> Now a lot of tests run but with a lot of failures ;-) ...
> ERROR Failure in graphics.RETAINED_INDEXED
> ERROR Failure in graphics.RETAINED
> Yes probably my NVIDIA is too old??
The errors from the "graphics" group of tests are probably all due to
your driver and can be ignored. Newer drivers do not help either. As I
understand it, the Nvidia drivers make some optimizations that give
wrong results in the tests. But there really is nothing wrong with the
result, we just cannot test it correctly.
Andy
--
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en.