On Wed, Sep 9, 2009 at 11:51 AM, Tristam MacDonald<[email protected]> wrote: > > > 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.
Ah yes, that explains it. We've been over this. Just this time I was installing stuff that I needed from macports and didn't realize that macports would build a 64-bit python :-( Sheesh. I've got some stuff working in system python, everything I need except pyglet working in macports python, and pyglet (but none of my other stuff) working in 32-bit python.org python. (sigh) Looks like I get to have fun manually getting and installing modules for the 32-bit python... ~ Nathan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
