Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not updated print #759

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment
Open

not updated print #759

GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Blocked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant