This is pretty much prima facia evidence that you are missing some Python modules. You can either trace them down, or do what i did - install python from source.
Good Luck - Jon Carnes On Fri, 2003-01-31 at 08:15, Albert E. Whale, CISSP wrote: > Following up on my previous Email, I (finally) found the trouble > shooting guide on the FAQ , and I have located what may be the problems > in my installation: > > ns.ABS-CompTech.com mailman > [/home/mailman] /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: [EMAIL PROTECTED] > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com ------------------------------------------------------ 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
