From owner-freebsd-questions@FreeBSD.ORG Tue May 23 00:27:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9575016A70F for ; Tue, 23 May 2006 00:27:28 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CA243D60 for ; Tue, 23 May 2006 00:27:26 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1521734uge for ; Mon, 22 May 2006 17:27:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aMw5qgMfffgAJLNZRiMQ8FiFB6i5dxTDRG4SGXGYV+8FWfSk6hF+A/iGEmZkdhz9XoZGDSJHWIe1Kwy/tP1FJWNQLTmRc31Df2B411drd6e4363n8kEfxkRRXp3Pa0sP64BOaEgU5tN785+GAgQVSgUDMTFFFOaT9kZSdC6YEjY= Received: by 10.78.58.11 with SMTP id g11mr1270914hua; Mon, 22 May 2006 17:27:25 -0700 (PDT) Received: by 10.78.53.2 with HTTP; Mon, 22 May 2006 17:27:25 -0700 (PDT) Message-ID: Date: Mon, 22 May 2006 20:27:25 -0400 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "Joe Auty" In-Reply-To: <9842C36E-C450-4282-9019-BA2DD3476684@netmusician.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9842C36E-C450-4282-9019-BA2DD3476684@netmusician.org> X-Google-Sender-Auth: b4ae823a865f9c3d Cc: FreeBSD Questions Subject: Re: Python port problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 00:27:29 -0000 On 5/22/06, Joe Auty wrote: > Starting up Mailman on one machine I'm on produces the following > error message (see below). For some reason, this is not a problem Test your python installation. Try python -c 'import sys; print sys.path' See which python interpreter this is, /usr/local/bin/python most likely, and make sure that mailman is using this python. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein