On Thu, Jun 14, 2012 at 11:38 AM, Ralf Hauenschild <[email protected]> wrote: > Thank you very much for your help! It finally worked! > I just deleted the package folders of "transaction" in the dist-packages > folder of Python. Then I reinstalled the latest version of transaction and > it was done :) > I can now successfully import ZODB.
You probably broke another software package on your system. The dist-packages directory contains, at least on Debian systems (and Debian derivatives such as Ubuntu). You may want to repair that! Instead, use a virtualenv *without* the --no-site-packages switch; this makes sure your environment does not try to import globally-installed packages. -- Martijn Pieters _______________________________________________ For more information about ZODB, see http://zodb.org/ ZODB-Dev mailing list - [email protected] https://mail.zope.org/mailman/listinfo/zodb-dev
