> >>> 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. > > pyglet should have been installed into > > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/ > site-packages/ > Alex, I did some poking on my macbook, it would appear on leopard python moved into /System/Library/Frameworks/Python.framework/Versions/ Current/. Perhaps there can be a check in the dmg installer to detect leopard'ness and install appropriately?
Currently I am using the path modification I mentioned early to run the python installed into /Library/Frameworks/Python.framework/ Versions/Current/, which is an older install of python. I am not quite sure where it came from. (perhaps from my upgrade from tiger?) Cheers, Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
