[Mailman-Developers] import errors

Barry A. Warsaw barry@python.org
Fri Nov 15 15:32:05 2002


>>>>> "MS" == Mikhail Sobolev <mss@mawhrin.net> writes:

    |         Could not find platform independent libraries <prefix>
    |         Could not find platform dependent libraries <exec_prefix>
    |         Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
    |         'import site' failed; use -v for traceback

Re-installing Mailman won't help because this is a Python problem.  By
try doing the following:

% python2.2 -v
[long spew...look for errors]
>>> import site
>>> site.__file__
'/usr/local/lib/python2.2/site.pyc'
>>> ^D
[long spew...look for errors]

Somewhere in that first long spew of output you should see errors that
make it evident where your Python installation is broken.

-Barry



More information about the Mailman-Developers mailing list