Closed GoogleCodeExporter closed 9 years ago
I found the file "gl_info.py", its in the gl folder of pyglet
the output is similar to the above
PS C:\Python32\lib\site-packages\pyglet\gl> python .\gl_info.py
Traceback (most recent call last):
File ".\gl_info.py", line 64, in <module>
from pyglet.gl.gl import *
File "C:\Python32\lib\site-packages\pyglet\gl\__init__.py", line 235, in <module>
import pyglet.window
File "C:\Python32\lib\site-packages\pyglet\window\__init__.py", line 135, in <module>
import pyglet.window.key
File "C:\Python32\lib\site-packages\pyglet\window\key.py", line 408, in <module>
for _name, _value in locals().items():
RuntimeError: dictionary changed size during iteration
Original comment by billythe...@gmail.com
on 23 Feb 2013 at 5:17
Original comment by useboxnet
on 21 Sep 2013 at 10:46
This issue was closed by revision b04d3a9a1d9a.
Original comment by useboxnet
on 13 Oct 2013 at 5:56
Thanks for your report!
You can get current version of pyglet with:
http://pyglet.googlecode.com/archive/tip.zip
Original comment by useboxnet
on 13 Oct 2013 at 5:57
Original issue reported on code.google.com by
billythe...@gmail.com
on 23 Feb 2013 at 5:13