From owner-freebsd-python@FreeBSD.ORG Thu Mar 18 18:02:36 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E426716A4CE for ; Thu, 18 Mar 2004 18:02:36 -0800 (PST) Received: from mta4.wss.scd.yahoo.com (mta4.wss.scd.yahoo.com [66.218.85.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61F843D39 for ; Thu, 18 Mar 2004 18:02:36 -0800 (PST) (envelope-from bsdrockford@pastrytech.com) Received: from pastrytech.com (220.159.20.209) by mta4.wss.scd.yahoo.com (7.0.016) (authenticated as maupin@pastrytech.com) id 4058BA41000B41DF for freebsd-python@freebsd.org; Thu, 18 Mar 2004 18:02:36 -0800 Message-ID: <405A5625.5000203@pastrytech.com> Date: Fri, 19 Mar 2004 11:08:37 +0900 From: R User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-python@freebsd.org References: <20040318200200.E9CA416A4FB@hub.freebsd.org> In-Reply-To: <20040318200200.E9CA416A4FB@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Zope X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bsdrockford@pastrytech.com List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 02:02:37 -0000 Chad Gross wrote: > Thank you for your assistence, I managed to figure out > what my problem was. It turns out zope must be started > as root. I was starting it as another user which is > what Zope.org suggests to do. I have to commend the Zope team for such a fine product. As a first time BSD user I installed 2.7 on FreeBSD 4.9 (using Python 2.3.3) as a user created specifically for Zope... with no problems whatsoever. It just worked the first time and that for me is probably a first when it comes to open source stuff.