-----Original Message----- From: Paul Dlug [mailto:dlug@starmedia.net] Sent: Monday, August 30, 1999 7:01 AM To: zope@zope.org Subject: [Zope] Installation on FreeBSD
I am a newcomer to Zope and am attempting to install it on FreeBSD...as I understand it the installation procedure (desiring to use ZopeHTTP) is to just do a
python wo_pgcgi.py ./start
The server starts and I am able to access it using the default port, however when I try to access the Quickstart I get a System Unavailable and errors as well attempting to access the administrative interface.
It tells me to view the html source for the page for further error tracking..these are the errors for the QuickStart page:
Traceback (innermost last): File /usr/local/www/data/Zope/lib/python/DocumentTemplate/VSEval.py, line 186, in __init__ (Object: objectValues(['Folder'])) AttributeError: (see above)
Your python does not come with the gparse module, so this code fails. I suggest d/ling your own python and compiling it with the gparse module enabled. -Michel