I'm trying to run Pyglet tests from this commit: cd9b3e19ed7b, on Mac OS X 
10.7.4 

I get the error message below. That's confusing me, since wasn't Phillip's 
cocoa work supposed to eliminate the need to use PyObjC?

-ww

% python test.py image
Traceback (most recent call last):
  File "test.py", line 257, in <module>
    import tests.regression
  File "../tests/regression/__init__.py", line 11, in <module>
    from pyglet.image import get_buffer_manager
  File "../pyglet/__init__.py", line 210, in <module>
    _choose_darwin_platform()  # can be overridden by an environment variable 
below
  File "../pyglet/__init__.py", line 204, in _choose_darwin_platform
    raise Exception('pyglet requires PyObjC when run in 64-bit Python; import 
objc failed')
Exception: pyglet requires PyObjC when run in 64-bit Python; import objc failed

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