Hallo,
downloaded from http://code.google.com/p/pyglet/downloads/list  
pyglet-1.2alpha1.tar.gz
and it is announced to be for Python 3 

BUT this error message shows that it is NOT???!!
C:\pyglet-1.2alpha1>\Python32\python.exe
Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] 
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyglet
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pyglet\__init__.py", line 276
    print '[%d] %s%s %s' % (thread, indent, name, location)
                       ^
SyntaxError: invalid syntax

Python 3.2 needs brackets around parameters of print , doen't it?

So what am I missing?
              Peter


-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyglet-users/-/9gziXQi-CTMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to