On Wed, Sep 9, 2009 at 1:47 PM, Nathan <[email protected]> wrote:
> > I'm pulling my hair out here. Snow Leopard just does not like pyglet! > Can anyone point me in the right direction? I have no idea what to > do about dlopen() errors. > Pyglet unfortunately is incompatible with Snow Leopard's system python. Snow Leopard ships with a 64-bit build of python, and because pyglet depends on the Carbon API, it cannot run in 64-bit environment. You can download and install a 32-bit version of python from python.org, which should allow pyglet to run. -- Tristam MacDonald http://swiftcoder.wordpress.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
