[Zope] error with repozo.py

Bernd Dorn zope-mailinglist at mopa.at
Mon Mar 20 02:48:47 EST 2006


On 20.03.2006, at 07:45, Martin Koekenberg wrote:

> Hello,
>
>
>
> I get an error when I want to create a backup with repozo.py.
>
>
>
> Traceback (most recent call last):
>
>   File "./repozo.py", line 74, in ?
>
>     from ZODB.FileStorage import FileStorage
>
> ImportError: No module named ZODB.FileStorage
>
>
>
> I already searched with google for a solution. I found that it  
> could be a problem with PYTHONPATH, but I’ve set this path already.
are you sure, looks as if the path is not correct

you have to set it to <your-zope-installation-directory>/lib/python

just startup the python interpreter and type
import sys; sys.path

then it should print the path defined above, if not something is wrong



>
>
> What else can be wrong ?
>
>
>
> Regards,
>
>
>
> Martin Koekenberg
>
>
>
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20060320/f0364853/attachment.htm


More information about the Zope mailing list