Which version of Python and pyglet are you using? If you use the latest development version of pyglet from the hg repository and install it with "python setup.py install" using Python 3.x, it automatically converts itself using 2to3 during installation. So you don't need to convert it manually.
For older (released) versions of pyglet, there is no support for Python 3. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. 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.
