RE: [Fwd: Re: [Zope] Pack Not Working]
Sounds like a PYTHONPATH variable not set correctly... See your $ZOPEINSTANCE/bin/zopectl script Then do : export PYTHONPATH=<value that you read in the above script> Then try to run the ZODB scripts again. Pascal -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Derek J. Balling Sent: 01 December 2004 21:47 To: zope@zope.org Subject: [Fwd: Re: [Zope] Pack Not Working] I'm resending this because a couple weeks later and not a single peep was to be heard, and my boss is starting to hound me for insight. :-( Anyone have any helpful advice? D -------- Original Message -------- Subject: Re: [Zope] Pack Not Working Date: Tue, 16 Nov 2004 15:28:25 -0500 From: Derek J. Balling <dballing@dpsource.com> Organization: Decorative Product Source, Inc. To: zope@zope.org References: <419A58E2.5070208@dpsource.com> <1f7befae04111611596a0e92bb@mail.gmail.com> Tim Peters wrote:
Next step is to read this:
http://zope.org/Wikis/ZODB/FileStorageBackup
then start investigating the nature of the damage with fstest.py and fsrefs.py.
K, now I don't mean to sound stupid, but I inherited a Zope install, and I know absolutely nothing about: (a) python (b) Zope (c) the application we run on this platform (MailManager) ... so any assistance you can give would be appreciated.:-) If I run fstest.py I get: # python /usr/local/Zope-2.7.0/utilities/ZODBTools/fstest.py /home/dballing/Data.fs /home/dballing/Data.fs has inconsistent transaction length for undone transaction at 475866827 .. if I try fsrefs, I get even less pleasant output: # python /usr/local/Zope-2.7.0/utilities/ZODBTools/fsrefs.py /home/dballing/Data.fs Traceback (most recent call last): File "/usr/local/Zope-2.7.0/utilities/ZODBTools/fsrefs.py", line 25, in ? from ZODB.FileStorage import FileStorage ImportError: No module named ZODB.FileStorage Ugh... any pointers on what I should do next? D _______________________________________________ Zope maillist - Zope@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 ) _______________________________________________ Zope maillist - Zope@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 ) ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************
participants (1)
-
Pascal Peregrina