You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyglet 1.2 alpha1
What steps will reproduce the problem?
1.adding () in print
2.
3.
Paste in the traceback or error message:
Traceback (most recent call last):
File "C:\Users\Szymon\Desktop\Projects\Game\src\root\__init__.py", line 7, in <module>
window = pyglet.window.Window()
File "C:\Python34\lib\site-packages\pyglet\__init__.py", line 338, in __getattr__
__import__(import_name)
File "C:\Python34\lib\site-packages\pyglet\window\__init__.py", line 133, in <module>
from pyglet.gl import gl_info
File "C:\Python34\lib\site-packages\pyglet\gl\__init__.py", line 148
print '%d (+%d)' % (_debug_texture_total, size)
^
SyntaxError: invalid syntax
Paste in the output of `python -m pyglet.info`:
Any additional info (platform/language/hardware) that may be relevant?
Original issue reported on code.google.com by [email protected] on 28 Aug 2014 at 12:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Aug 2014 at 12:04The text was updated successfully, but these errors were encountered: