Hi list! We have been requested a couple of times already for FreeBSD/OpenBSD support in pyglet.
I don't think we can support *and* maintain that support given the small amount of users/contributors in these platforms: it will eventually break and we won't know. But I've made some changes to basically allow us to define "compatible platforms" instead of relying on sys.platfom and explicit inclusion. So basically I propose we have a pyglet.compat_platform that is sys.platform + some compatibility bits (eg, in compat_platform "*bsd*" will be "linux-compat", and hopefully it will work without changing anything else in pyglet's code). I've attached a patch to this ticket and I would appreciate you test it in your platform: https://code.google.com/p/pyglet/issues/detail?id=634#c2 If you're tracking hg source code run "hg update" before applying the patch with "hg patch platform-compat-linux.patch --no-commit". It's a simple change to make some people happy ;) 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.
