Winston Wolff
unread,Jun 22, 2012, 3:05:00 PM6/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyglet...@googlegroups.com
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