The patch from Txema Vicente that you just applied reverted part of 
pyglet/__init__.py back to the old pyobjc-based code.  I'll just change it 
back in the one file, since the rest of the patch seemed okay.

--phillip


On Friday, June 22, 2012 2:05:00 PM UTC-5, Winston wrote:
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msg/pyglet-users/-/wzkfFV2UemsJ.
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