On Dec 3, 2007 4:12 PM, Esteve Fernàndez &lt;<a href="mailto:esteve.fernandez@gmail.com">esteve.fernandez@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">&gt; &quot;Something weird&quot; may indeed be up... but I don&#39;t know where to look.<br></div></div></blockquote></div><br>Ok, I found it.<br><br>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:<br>-------------------------------<br>[install]<br>install_lib = /usr/local/lib/python2.5/site-packages<br>install_scripts = /usr/local/bin<br><br>[easy_install]<br>site_dirs = /usr/local/lib/python2.5/site-packages
<br>zip_ok = 0<br>-------------------------------<br>
<br>I use some python software that has lots of eggs and dependencies, and was advised that it&#39;s best to keep that stuff in /usr/local/lib so that it doesn&#39;t conflict with Debian-managed /usr/lib. I think that this process is detailed on the setuptools website.
<br><br>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.<br><br>Thanks to all; I&#39;m cooking again.<br><br>I&#39;m cc&#39;ing James Troup, who is somehow involved in the packaging of ZODB for Ubuntu.
<br><br>Thanks Esteve (and all)!<br><br>