At any rate, Pyglet is pure python, as far as I know, so you might well, just copy it to pythonlib/site-packages/pyglet. Not sure where is it on mac though.
2011/6/4 Richard Jones <[email protected]>: > On 4 June 2011 02:14, dc <[email protected]> wrote: >> on osx after running the .dmg - where the does pyglet get >> "installed"? > > After opening the DMG file, did you run the installer that was in it? > pyglet is installed in the default system Python's extensions > (site-packages) folder. > > You should be able to access it by opening a Terminal and running: > > % python >>>> import pyglet > > If that doesn't work then you've done something to your environment > (installed another version of Python and not configured the shell? you > mentioned running a different shell?) > > > Richard > > -- > 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. > > -- 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.
