On Dec 3, 2007 4:12 PM, Esteve Fernàndez <[EMAIL PROTECTED]> wrote:

> > "Something weird" may indeed be up... but I don't know where to look.
>

Ok, I found it.

On the advice of others, I put a file in my
/usr/lib/python2.5/site-packages/distutils called distutils.cfg. This file
contained the following:
-------------------------------
[install]
install_lib = /usr/local/lib/python2.5/site-packages
install_scripts = /usr/local/bin

[easy_install]
site_dirs = /usr/local/lib/python2.5/site-packages
zip_ok = 0
-------------------------------

I use some python software that has lots of eggs and dependencies, and was
advised that it's best to keep that stuff in /usr/local/lib so that it
doesn't conflict with Debian-managed /usr/lib. I think that this process is
detailed on the setuptools website.

If I deactivate this file, the package python-zodb_3.6.0-6_amd64.deb does
indeed compile cleanly with the patch supplied by Esteve.

Thanks to all; I'm cooking again.

I'm cc'ing James Troup, who is somehow involved in the packaging of ZODB for
Ubuntu.

Thanks Esteve (and all)!
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to