On 10/10/14 00:40, John Ladasky wrote: > Hi folks, > > I just set up a new OS (Windows 7, in case it matters), and installed > Pyglet 1.2 alpha1 on Python 3.4. In doing so, I was reminded of an > issue that I encountered the last time I did a Pyglet installation. > While the Pyglet docs state that 2to3 is automatically run on Pyglet > itself during the installation process, it would appear that the files > in the "tests" directory are NOT similarly converted. Is this > intentional? If not, would it be difficult to fix that? Thanks for > considering my suggestion.
It is documented: http://pyglet.org/doc-current/api/tests.test.html#python-3 I guess if running that command is not difficult, including it in pyglet should be trivial. pyglet development had happened historically in python 2, I guess that's the main reason. 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.
