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 [EMAIL PROTECTED] > 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' ------------------------------------------------------ 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: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
