20 Mar
2005
20 Mar
'05
9:25 p.m.
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