[Distutils] zip_safe=False not being respected?
Chris Withers
chris at simplistix.co.uk
Fri Apr 18 12:19:52 CEST 2008
Hi All,
I'm trying to install a package into a Zope INSTANCE_HOME with:
python2.4 setup.py install --home=$INSTANCE_HOME
...however, this is leaving me with an easy-install.pth and a .egg file
in $INSTANCE_HOME, even though the package has zip_safe=False in its
setup.py.
What gives?
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Distutils-SIG
mailing list