Previously Chris Withers wrote:
> 
> Hi All,
> 
> I found this:
> 
> http://wiki.pylonshq.com/display/pylonscommunity/Howto+install+Pylons+with+buildout
> 
> ...which looks nice and straight forward. However, I've been having some 
> problems. If I do *exactly* what's on that page, it works, so I guess I 
> must have an issue at my end.
> 
> BUT, one thing I have noticed so far is that after running buildout, I 
> end up with eggs for Paste, PasteDeploy and PasteScript in 
> pylons_buildout/myproject, which is wrong.

Everything in setup_requires and test_requires is installed there, and
buildout can't prevent that. As a workaround you can move those
dependencies to install_requires.

Wichert.

-- 
Wichert Akkerman <wich...@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to