>>>>> "MS" == Mikhail Sobolev <[EMAIL PROTECTED]> 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
_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers