From owner-freebsd-python@FreeBSD.ORG Wed Aug 2 15:37:36 2006 Return-Path: X-Original-To: freebsd-python@freebsd.org 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 C127316A4DA for ; Wed, 2 Aug 2006 15:37:36 +0000 (UTC) (envelope-from zope@2012.vi) Received: from efit.xs4all.nl (efit.xs4all.nl [82.92.236.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB53943D55 for ; Wed, 2 Aug 2006 15:37:35 +0000 (GMT) (envelope-from zope@2012.vi) Received: from [192.168.0.6] (dpc67143135132.direcpc.com [67.143.135.132]) by efit.xs4all.nl (Weasel v1.73); 02 Aug 2006 17:34:27 Message-ID: <44D0C6AE.9050704@2012.vi> Date: Wed, 02 Aug 2006 11:37:18 -0400 From: beno User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Isaac Levy , freebsd-python@freebsd.org References: <44CFF018.3030706@2012.vi> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Reinstalling Python with mod_python Problem X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 15:37:36 -0000 Isaac Levy wrote: > Suggestion: > > If this is all new to you, and debugging cross-incompatibilities is > not what you want to be doing, I'd suggest you do: > > First, make sure your system is up to date, and for Zope, make certain > you have up-to-date Zlib and Expat installed (easiest from ports). Afraid to do this. The last guy built a *very* sophisticated shopping cart that depends on an older version of Zope. Don't want to break it until I'm sure I can fix it ;) > > Compile one python and let it all live in /usr/local (default when NOT > specifying --prefix during the install), track down and see if any > other Python installs exist on the machine. > You shouldn't need to toss ANY flags at the Python build for that > matter, it will work AOK with mod_python and Zope. Well, I just went to compile python and got this in the make test: test test_asynchat produced unexpected output: ********************************************************************** *** mismatch between line 3 of expected output and line 3 of actual output: - Received: 'hello world' + error: uncaptured python exception, closing channel (socket.error:(61, 'Connection refused') [/usr/local/zope/py243/Lib/asynchat.py|handle_read|89] [/usr/local/zope/py243/Lib/asyncore.py|recv|343]) ********************************************************************** What do I do about that? TIA, beno