[Mailman-Users] Mailman problem

Barry A. Warsaw bwarsaw at CNRI.Reston.Va.US
Tue Jul 28 17:58:19 CEST 1998


Luke,

Try this:

cd to the Mailman installation directory (which is either
/home/mailman if you didn't supply a --prefix option to configure, or
the directory you gave to --prefix).

>From this directory fire up your Python interpreter from the command
line, and execute the following:

>>> import sys
>>> print sys.stderr
>>> import os
>>> print os.pardir
>>> from Mailman.Logging.StampedLogger import StampedLogger
>>> from Mailman.Logging.MultiLogger import MultiLogger


Please tell us if any of these steps fail, and mail us the traceback
if so.

-Barry




More information about the Mailman-Users mailing list