Ok, I got it working by adding a couple of lines to the top of the "fsdump.py" file that appended the correct info to sys.path
Message: 12 Date: Sun, 20 Mar 2005 07:01:02 -0500 From: "Sean Hastings" <whysean@softhome.net> Subject: To: zope@zope.org Message-ID: <LOBBJCJJJBIOBEAFOIDCAEKIEAAA.whysean@softhome.net> Content-Type: text/plain; charset="us-ascii"
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
and despite various attempts to set the PYTHONPATH, I have had no success getting python to find the ZODB.fsdump code. A Google search for this error is producing nothing.
Any ideas?
participants (1)
-
Sean Hastings