[ZODB-Dev] Problem with installation of ZODB3

C Wegrzyn cew at garbagedump.com
Wed Jan 7 09:13:37 EST 2004


Hello. I just got done building and testing ZODB3 on my system; it ran 1210 
tests and said OK.  I did the install and it seemed to work as well.

When I went to do the version check I get the following return:

bash-2.05b# python
Python 2.3.3 (#1, Jan  5 2004, 08:35:10)
[GCC 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "ZODB/__init__.py", line 19, in ?
    from persistent import TimeStamp
  File "persistent/__init__.py", line 16, in ?
    from cPersistence import Persistent
ImportError: No module named cPersistence
>>>

Can anyone give me an idea of what went wrong and what I screwed up?

Thanks in advance,
Chuck Wegrzyn



More information about the ZODB-Dev mailing list