[Mailman-Users] Passwords of members UPDATE

Barry A. Warsaw barry at python.org
Mon Jan 20 00:00:18 CET 2003


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



More information about the Mailman-Users mailing list