On Sun, Jul 15, 2012 at 5:03 PM, PKHG <[email protected]> wrote:
> ERROR Failure in app.EVENT_LOOP
[...]
> AssertionError: 1.0073020453716888 != 1 within 2 places
>
> though I think the difference is very small ;-) so I suppose the
> assertion commands should be adjusted a bit?
I do not see these errors on Win7 64 bit with Python 3.2. But as the
errors seem very small, I think you can ignore them.
> ERROR Failure in graphics.IMMEDIATE
[...]
> AssertionError: Feedback array is in error: 0.0, 0.0439453125
This kind of error is most probably due to the Nvidia driver (which I
guess you are using). There should be even a warning or note about
that in the test output (not in the log file unfortunately). You can
safely ignore these errors.
> Running Test: window.WINDOW_OPEN (9/135)
[...]
> File "tests\test.py", line 280, in test
> eval(input('Press return to begin test...'))
> File "<string>", line 1
>
> ^
> SyntaxError: unexpected EOF while parsing
This one is strange, have you tried running just this single test
(instead of the whole test suite)?
You can start it with: "python tests/test.py window.WINDOW_OPEN"
Also, I do not have a "eval(...)" at line 280 in test.py, where the
error occurs. Was this added during the conversion with 2to3? If so,
which version of 2to3 were you using? I used the one from Python 3.2,
and it does not introduce a call to eval() at this line.
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.