Hi On Saturday, February 26, 2011 5:12:40 AM UTC+1, Mike Wyatt wrote: > > 2) Should I upgrade to Python 3? The PY3K file says that 1.2dev > works with it, but might be buggy. Is that still the case? Are there > any noticeable issues (performance or otherwise) that I should be > aware of? >
Most things should work just fine, however there are some areas that may be problematic. First, the Python 3 version is currently only tested on Windows and Linux - I don't know if anyone has ever tried it on MacOS. I also don't know if avbin works with the converted version, so loading and playing .mp3 files etc. may not be possible (.wav files should work). As far as I know, the Python 3 version is currently not widely tested/used, so there may be other issues as well. On the other hand, everything from the pyglet examples folder works very well, with no noticeable difference in performance. Andy -- 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.
