I do this all the time. Looking at your traceback, I think your custom_zodb.py file isn't quite right, and you aren't really running with a ZEO.ClientStorage, but actually using a ZODB.FileStorage directly. -Randy
-----Original Message----- From: Dan L. Pierson [mailto:dan@control.com] Sent: Thursday, March 15, 2001 1:00 PM To: zope@zope.org Subject: Re: [Zope] Python console
That's exactly why I asked about the ZEO "magic". What Jim did and what I'm trying to do is run a ZEO storage server, then run python as a ZEO client for debugging while running another ZEO client with a browser working on the site. All off of a single laptop at the conference.
--On Thursday, March 15, 2001 03:51:15 PM -0500 Joel Burton <jburton@scw.org> wrote:
On Thu, 15 Mar 2001, Dan L. Pierson wrote:
Hmm, what am I doing wrong?
ZODB.POSException.StorageSystemError: Could not lock the database file. There must be another process that has opened the file.
Can only do it this way if you're not using Zope right now.
Check out doc/DEBUGGING.txt in your installation for info on using medua monitor to do it while Zope is running.
-- Joel Burton <jburton@scw.org> Director of Information Systems, Support Center of Washington
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )