On Mon, Oct 17, 2011 at 4:35 PM, David Byrd <[email protected]> wrote:

> Thanks Claudio that solved it. I didn't think that was the issue since it
> wasn't reported by anyone else.   Shouldn't everyone have this problem since
> ctypes isn't imported into those gl scripts?
>
>
>
>

I suppose before pyglet.gl was doing a 'from ctypes import *', and then the
'from pyglet.gl import *'  in cocos would know about ctypes.byref.
If current pyglet dropped the star import cocos will not see byref.

  I think is a relatively recent change in pyglet 1.2dev, because usually
I'm switching between   pyglet release and pyglet repo and don't have seen
the problem before.

Anyway, I will fix that.
Thanks for the report.

--
claudio

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" 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/cocos-discuss?hl=en.

Reply via email to