On Mon, Jun 16, 2008 at 3:48 PM, Chris Spencer <[EMAIL PROTECTED]> wrote:
>
> Turns out "easy_install PasteDeploy" installs to
> site-packages/PasteDeploy-1.3.1-py2.5.egg/paste/deploy instead of
> site-package/paste/deploy. Not sure why that's the default behavior...
It's installing it as an egg. It puts an entry in
site-packages/easy_install.pth to make python add the egg to sys.path.
That's what easy_install always does.
Because Pylons depends on other packages and also depends on
setuptools, you can't just install it the old-fashioned way ("python
setup.py install").
--
Mike Orr <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---