Date: Mon, 22 May 2006 20:27:25 -0400 From: "Michael P. Soulier" <msoulier@digitaltorque.ca> To: "Joe Auty" <joe@netmusician.org> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Python port problems Message-ID: <fb6605670605221727h719579a2gdeae84452036f6e8@mail.gmail.com> In-Reply-To: <9842C36E-C450-4282-9019-BA2DD3476684@netmusician.org> References: <9842C36E-C450-4282-9019-BA2DD3476684@netmusician.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/22/06, Joe Auty <joe@netmusician.org> 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 <msoulier@digitaltorque.ca> "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fb6605670605221727h719579a2gdeae84452036f6e8>