[Distutils] zc.buildout fails to use system-installed dep?
Attila Oláh
attilaolah at gmail.com
Fri Dec 3 20:45:49 CET 2010
Hi,
On Fri, Dec 3, 2010 at 20:35, Alan Franzoni <mailing at franzoni.eu> wrote:
> - was your zope.interface installed through portage or via easy_install/pip?
Portage.
This is what I get from IPython though:
In [1]: import zope
In [2]: zope
Out[2]: <module 'zope' (built-in)>
In [3]: import zope.interface
In [4]: zope.interface
Out[4]: <module 'zope.interface' from
'/usr/lib64/python2.7/site-packages/zope/interface/__init__.pyc'>
aatiis at aiur ~ $ ls /usr/lib/python2.7/site-packages/zope*
/usr/lib/python2.7/site-packages/zope.interface-3.6.1-py2.7-nspkg.pth
/usr/lib/python2.7/site-packages/zope:
interface
/usr/lib/python2.7/site-packages/zope.interface-3.6.1-py2.7.egg-info:
PKG-INFO SOURCES.txt dependency_links.txt namespace_packages.txt
not-zip-safe requires.txt top_level.txt
> - can you see zope.interface 3.6.1 being downloaded during the
> buildout launch phase?
Nope, I see something like "Egg from site-packages: zope.interface"
I guess Gentoo installs a valid egg using portage, and buildout can
recognize it.
Attila
More information about the Distutils-SIG
mailing list