On 13/02/14 19:47, Nara Susik wrote: > [...] > > What do I do? pyglet 1.1.4 doesn't support python 3.
I recommend you to download pyglet 1.2 alpha1, or even better the latest version from the repository: http://pyglet.googlecode.com/archive/tip.zip Then uncompress it and install with: python3 setup.py install (use a virtualenv instead if installing it system wide) In the process the source code gets converted to be usable with python 3. The docs for pyglet 1.2 current are in: http://pyglet.org/doc-current/index.html Regards, Juan -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
