If you wanna use pyglet only for one project, you might as well unpack it to the root of your project, and the imports will work. For the matter, you can put it anywhere, provided you include it in sys paths.
2011/6/5 d c <[email protected]>: > hi - > >>>> 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. >>> >>> The installer makes sure that AVBin is available - I would recommend using >>> it, at least for the initial install. > > pyglet dmg installer seems to work with apple/system python, assuming > the very OsXy "/Library" for install dir. > I was planning to use homebrew to manage python but given the opaque > nature of the pyglet installer, that would seem risky. > is there a shell installer for pyglet where i can control where things go? > > forgive my lack of python experience, but I'm surprised that a package > manager isnt the default way to go for these things? each installer is > responsible for its own dependency checking? > is PyPm not popular in this community, or does it not manage C > extensions or some other reason? > > thanks, > > /dc > > >>> -- >>> Tristam MacDonald >>> System Administrator, Suffolk University Math & CS Department >>> >>> -- >>> 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. >> >> > > -- > 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.
