|
Hi!
When I call checkdbs (either manually or
from cron) i get the following error:
[root@cox cron]# ./checkdbs
Traceback (most recent call last): File "./checkdbs", line 26, in ? from email.Charset import Charset ImportError: No module named Charset I solved this way, but I think it's a
bug.
[root@cox cron]# export
PYTHONPATH=/usr/local/mailman/pythonlib
[root@cox cron]# ./checkdbs Versions:
-OS: Red Hat 8.0
-Python: 2.2.1
-mailman: 2.1b4 Regards.
Carlos
|
