On 19/03/14 05:26, Noah Forsyth wrote: > *_(I am running this on a 64-bit Windows 7 OS) I wrote and ran the > following test code, straight from the documentation:_*
Which python version? If you're using python 3 you have two options: - python setup.py install - python setup.py build (and use the built code in _build/lib/python) Summing up: pyglet code needs to be processed by setup.py in order to be used with python 3. 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/d/optout.
