On Tue, Jan 26, 1999 at 11:06:02AM -0800, Amos Latteier wrote:
#! /bin/sh PYTHONHOME=/home/amos/Zope export PYTHONHOME cd /home/amos/Zope bin/python ZServer/start.py
(This is untested, but it should give you the idea.)
Well, this worked as well, meaning it started up the ZServer successfully, but I can't read the original Data.bbb*, and it looks to be for the same reason that Michael couldn't. So -- the question becomes either: How do I cause Zope to create a reasonable default database, or How do I get my local Python installation to use binary pickling? Yeah, I know I could just use the Python in the binary distribution of Zope, but I really want to use the Python I've already got on my machine, mainly because I want to figure out what makes your Python different from mine. Hack hack hack. dave p.s. Thanks for all the help. I really appreciate it.