kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

not updated print #759

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 szynu...@gmail.com on 28 Aug 2014 at 12:04

GoogleCodeExporter commented 9 years ago
Did you try tip code?

You can get latest version from: https://pyglet.googlecode.com/archive/tip.zip

Original comment by useboxnet on 31 Aug 2014 at 7:04