[ZODB-Dev] ZODB 3.2 installation problem

Christian Robottom Reis kiko at async.com.br
Mon Dec 22 15:51:22 EST 2003


On Mon, Dec 22, 2003 at 08:42:28PM +0000, Tim Jarman wrote:
> Python 2.3.2 (#1, Oct  3 2003, 23:26:38)
> [GCC 3.2 (Mandrake Linux 9.0 3.2-1mdk)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> Module readline not available.
> >>> import ZODB
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "ZODB/__init__.py", line 18, in ?
>     import cPersistence, Persistence
> ImportError: No module named cPersistence

Yes, this is a FAQ. Don't try importing the ZODB from the ZODB3/
toplevel directory -- it will try and import from the local directory
and not from your installed version. python -v is your friend.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331



More information about the ZODB-Dev mailing list