[Zope] running fsump.py

Dieter Maurer dieter at handshake.de
Sun Mar 20 16:25:11 EST 2005


Sean Hastings wrote at 2005-3-20 07:01 -0500:
>I am trying to run fsdump, but am having import issues. Both my windows and
>linux boxes have Zope installed and running, but when I try to run fsdump.py
>on either machine, I get an import error:
>
># python fsdump.py
>
>Traceback (most recent call last):
>  File "fsdump.py", line 5, in ?
>    from ZODB.fsdump import fsdump
>ImportError: No module named ZODB.fsdump

Your PYTHONPATH lacks "<zopedir>/lib/python".

-- 
Dieter


More information about the Zope mailing list