[pypy-issue] [issue849] pypy 1.6, pyglet crash on win32

droid tracker at bugs.pypy.org
Mon Aug 29 02:17:57 CEST 2011


droid <d.factorial at gmail.com> added the comment:

I also have had problems with pyglet. Many of the pyglet.* modules crash on 
load. Here are all the ones I found.

#failure 2:
>>>> import pyglet #ok
>>>> dir(pyglet) #ok
>>>> dir(pyglet.gl) #crash
>>>> dir(pyglet.app) #crash
>>>> dir(pyglet.font) #crash
>>>> dir(pyglet.graphics) #crash
>>>> dir(pyglet.image) #crash
>>>> dir(pyglet.media) #crash
>>>> dir(pyglet.sprite) #crash
>>>> dir(pyglet.text) #crash
>>>> dir(pyglet.window) #crash





I could get numpy building on my machine and start searching for the changeset 
that triggered it.

----------
nosy: +droid

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue849>
________________________________________


More information about the pypy-issue mailing list