> A countervailing opinion: pip has problems with namespace packages.  For
> an example, trying to use tox (a testing package which uses pip
> internally) to run tests against a namespace package (like
> repoze.anything) consistently fails.  I haven't had time (or
> inclination) to dig into this purely because easy_install *does* work
> fine for these kinds of packages, but the failure tox may be compelling
> enough for me to dig into why pip fails under some circumstances related
> to namespace packages.

I think the reason PIP has trouble with namespace packages is the
choice to always use single-version-externally-managed.

In my experience, if you install EVERYTHING with pip, you're ok, or if
you install everything without it, you are OK, but using it along side
distribute and easy install.

--Mark

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

Reply via email to