On Fri, Jun 8, 2012 at 7:17 PM, Nathan <[email protected]> wrote: > On Fri, Jun 8, 2012 at 10:13 AM, Jonathan Hartley <[email protected]> wrote: >> I'm failing to install properly on OSX Snow Leopard, Python 3.2 32/64-bit >> .dmg from python.org. >> >> Can anyone spot what I'm doing completely wrong? In particular, I'm using >> 'arch' to run my Python in 32-bit mode, but should I be installing a >> plain-old 32 bit Python? I'll try that next, but for now... > > Sure, that's easy. Pyglet doesn't support Python 3.x yet.
Well, that's not quite true. The version in the hg-repo supports Python 3 for quite a while now (at least on Windows and Linux). But I think Jonathan was the first one actually trying it on OSX. I don't know much about MacOS, but I think it should use "cocoa" and not "carbon" as indicated by the traceback. Maybe the check for switching between those implementations fails in Python 3? -- 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.
