I am having problems getting Mailman 2.1 installed on LM 8.2 using the
Stock Python distributions. Here is the Error I am encountering:
/usr/bin/python -S /home/mailman/cron/qrunner
Traceback (most recent call last):
File "/home/mailman/cron/qrunner", line 89, in ?
from Mailman.Handlers import HandlerAPI
File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 26, in ?
from Mailman.pythonlib.StringIO import StringIO
ImportError: No module named pythonlib.StringIO
Does this follow with the missing Python 2.2 Development RPM (Note that
LM 8.2 does not have a Python-development rpm).
Do these errors shed any additional light on the matter?
--
Albert E. Whale - CISSP
http://www.abs-comptech.com
----------------------------------------------------------------------
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
Sr. Security, Network, and Systems Consultant
Board of Directors - InfraGard - Pittsburgh, PA
------------------------------------------------------
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
- Re: [Mailman-Users] Where is HandlerAPI? Albert E. Whale, CISSP
- Re: [Mailman-Users] Where is HandlerAPI? Barry A. Warsaw