Steve,

You're first problem looks like a classic "permission denied"
problem.  I'd suggest running bin/check_perms to see if that clears up
your problems.

The second issue you had (no module name "time") looks like your
Python installation is broken.  You should be able to do something
like the following at the command line:

% python
Python 2.2.2 (#1, Oct 14 2002, 19:51:36) 
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.__file__
'/usr/local/lib/python2.2/lib-dynload/time.so'

If not, go back to your Python source dir, and run "make test".  Check
your compilation output carefully.

Mailman 2.1 should work with Python 2.1.3 or later.
-Barry

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to