Python port problems
Michael P. Soulier
msoulier at digitaltorque.ca
Mon May 22 17:27:29 PDT 2006
On 5/22/06, Joe Auty <joe at 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 at 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
More information about the freebsd-questions
mailing list