On Nov 7, 2:12 pm, Andreas Schiefer <[email protected]>
wrote:

> As a general test, you can run the test suite with "python tests/test.py"
> and report your results.

Test window.WINDOW_OPEN fails with the following output:

Traceback (most recent call last):
  File "tests/test.py", line 525, in <module>
    main()
  File "tests/test.py", line 521, in main
    component.test(options)
  File "tests/test.py", line 291, in test
    child.test(options)
  File "tests/test.py", line 291, in test
    child.test(options)
  File "tests/test.py", line 291, in test
    child.test(options)
  File "tests/test.py", line 242, in test
    eval(input('Press return to begin test...'))
  File "<string>", line 0

    ^
SyntaxError: unexpected EOF while parsing

All the Traceback (most recent call last):
  File "tests/test.py", line 525, in <module>
    main()
  File "tests/test.py", line 521, in main
    component.test(options)
  File "tests/test.py", line 291, in test
    child.test(options)
  File "tests/test.py", line 291, in test
    child.test(options)
  File "tests/test.py", line 291, in test
    child.test(options)
  File "tests/test.py", line 242, in test
    eval(input('Press return to begin test...'))
  File "<string>", line 0

    ^
SyntaxError: unexpected EOF while parsing

I've run the following examples:

 * opengl.py OK
 * text_input.py OK
 * events.py OK
 * input.py OK (although Kaspersky flags it as a threat!)
 * graphics.py OK
 * window_platform_event.py CRASH

Traceback (most recent call last):
  File "window_platform_event.py", line 51, in <module>
    from pyglet.window.carbon import *
  File "C:\Python32\lib\site-packages\pyglet\window\carbon
\__init__.py", line 52, in <module>
    from pyglet.canvas.carbon import CarbonCanvas
  File "C:\Python32\lib\site-packages\pyglet\canvas\carbon.py", line
12, in <module>
    from pyglet.libs.darwin import *
  File "C:\Python32\lib\site-packages\pyglet\libs\darwin\__init__.py",
line 17, in <module>
    framework='/System/Library/Frameworks/Carbon.framework')
  File "C:\Python32\lib\site-packages\pyglet\lib.py", line 124, in
load_library
    raise ImportError('Library "%s" not found.' % names[0])
IndexError: tuple index out of range

 * show_input.py OK (flagged as threat by Kaspersky)
 * timer.py FAIL (messed up display, didn't start timer)

-- 
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.

Reply via email to