On Nov 26, 2007 10:55 AM, Nathan <[EMAIL PROTECTED]> wrote:
>
> On Nov 21, 2007 6:01 PM, Alex Holkner <[EMAIL PROTECTED]> wrote:
> > Ok, it turns out that the Python that's bundled with Mac OS X has
> > always been in /System/Library, and the one downloaded from python.org
> > is installed into /Library.  Tiger and earlier shipped with Python
> > 2.3, so if you were using 2.4 or 2.5 on Tiger you would've installed
> > it from python.org at some point.  Upgrading to Tiger does not remove
> > this installation, and it will continue to be the default (the
> > python.org installer modifies your ~/.bashrc or ~/.cshrc file).
> >
> > I've changed the pyglet installer in r1429 to also install into the
> > system (/System/Library) Python if it is version 2.5.  It will also
> > install into any 2.4 or 2.5 Python in /Library it finds.  You can see
> > exactly what's going on if you click the Customize button during the
> > installation dialog.
> >
> > You'll see these changes in the next release.  In the meantime, I
> > suggest using the source release to install into your favourite
> > Python.
>
> One question that I have -- could you detect if versions of python are
> installed by macports in /opt and install there as well?  I've used
> macports in the past for things like py2app, pygame, etc. to use with
> my games.

The setup program can't search for arbitrary locations, but if you
give me the absolute path to the lib/python2.x/site-packages directory
used by macports, I can add that as one of its built-in places to
check.

Alex.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to