> > Does anyone have pyglet working on Leopard? I do. The thing is pyglet as noted installs into /Library/Frameworks/ Python.framework/Versions/Current/, and the default python runs out of /System/Library/Frameworks/Python.framework/Versions/Current/. To fix this you can just add /Library/Frameworks/Python.framework/ Versions/Current/bin to the start of your path, which is what I did.
I am not sure if this is the correct way to do things, and I don't know why there is apparently 2 separate installation of python - I don't believe I have installed macpython on this machine. Cheers, Steve > > > I'm a pygame user, and since I can't get pygame working on Leopard for > the moment, I thought I'd try out pyglet instead. Unfortunately, > the .dmg installer didn't seem to quite work. "import pyglet" doesn't > work in either my system python or macports-installed python > interpreter. > > ~ 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 -~----------~----~----~----~------~----~------~--~---
