On Feb 1, 5:47 pm, omat <[EMAIL PROTECTED]> wrote:
> I am using the built-in Python that ships with Leopard. Unfortunately
> I don't know what created the extra site-packages under /System/
> Library/.../lib/python2.5/

I don't think that's quite right - the /System/Library/etc/etc version
seems to be the real Python install (I've got it, and I did a clean
install of Leopard), but it gives you a /Library/Python/2.5/site-
packages/ directory as a convenience. There aren't any other Python
files in that directory - it's not actually a Python install. If you
check your default python sys.path, you'll see that both locations are
present.

It's caused a little bit of difficulty - running CherryPy setup
install, for instance, put all its *.py files in the /Library/Python
site-packages, and everything else in the Frameworks folder. Very odd.
But otherwise just using /Library/Python/2.5/site-packages should work
fine.

Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to