[Mailman-Users] Passwords of members UPDATE

Steve Rifkin steve410 at cs.jhu.edu
Wed Jan 22 16:53:07 CET 2003


But, the python commands you want me to try DO work (and mailman still yields 
the same errors from my previous e-mail):

# python -V
Python 2.2.2
# python
Python 2.2.2 (#1, Jan  9 2003, 16:24:27) 
[GCC 2.95.2 19991024 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.__file__
'/usr/local/lib/python2.2/lib-dynload/time.so'


So, what should I try next?  (BTW, thanks for your help!  :)

Steve Rifkin
steve410 at cs.jhu.edu



> 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'





More information about the Mailman-Users mailing list