On Mon, Sep 29, 2008 at 8:58 AM, Tartley <[EMAIL PROTECTED]> wrote: > > Are you sure you are running pyglet's 'setup.py' with the 'python.exe' > that is in C:\python25? Is that the first 'python.exe' on your path? > > According to my (no doubt highly approximated) understanding, it > installs under whatever python you run setup.py with. (this based on > my own careful selection between my Windows and Cygwin Python > installs) > >
That it is correct. Pyglet would install in the site-packages local to exe you use to run setup.py. So if you invoke setup.py with python at C:\Python25\Python.exe, the package will be installed under C:\Python25\Lib\site-packages. http://docs.python.org/inst/standard-install.html#SECTION000240000000000000000 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
