![](https://secure.gravatar.com/avatar/a54957454bfd3a12b21ed9d20c5e8d8b.jpg?s=120&d=mm&r=g)
The Cron daemon reports the following for the mailman user:
Traceback (innermost last): File "/home/mailman/cron/gate_news", line 27, in ? from Mailman import MailList File "/home/mailman/Mailman/MailList.py", line 33, in ? File "/home/mailman/Mailman/ListAdmin.py", line 28, in ? File "/home/mailman/Mailman/Message.py", line 31, in ? ImportError: No module named pythonlib
(Had I noticed this earlier, I would have included it in my previous mail.)
Cheerio,
Tor Houghton.
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
"TH" == Tor Houghton <th@nextel.no> writes:
TH> The Cron daemon reports the following for the mailman user:
TH> Traceback (innermost last):
| File "/home/mailman/cron/gate_news", line 27, in ?
| from Mailman import MailList
| File "/home/mailman/Mailman/MailList.py", line 33, in ?
| File "/home/mailman/Mailman/ListAdmin.py", line 28, in ?
| File "/home/mailman/Mailman/Message.py", line 31, in ?
TH> ImportError: No module named pythonlib
TH> (Had I noticed this earlier, I would have included it in my
TH> previous mail.)
Sean O'Neill had the same problem. What version of Mailman are you using? Is there a /home/mailman/Mailman/pythonlib/__init__.py file? If not, is there an __init__.py file in the source you unpacked?
-Barry
![](https://secure.gravatar.com/avatar/a54957454bfd3a12b21ed9d20c5e8d8b.jpg?s=120&d=mm&r=g)
Ah. I can hardly remember this problem. I think what I did was make a symbolic link to point to the pythonlib.
In fact, in the end, I copied the pythonlib directory to the /usr/local/lib/python-1.5, I think.
It works now, anyway.
I am using Python 1.5 and Mailman 1.0b9
Tor.
On Fri, 2 Apr 1999, Barry A. Warsaw wrote:
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
"TH" == Tor Houghton <th@nextel.no> writes:
TH> The Cron daemon reports the following for the mailman user:
TH> Traceback (innermost last):
| File "/home/mailman/cron/gate_news", line 27, in ?
| from Mailman import MailList
| File "/home/mailman/Mailman/MailList.py", line 33, in ?
| File "/home/mailman/Mailman/ListAdmin.py", line 28, in ?
| File "/home/mailman/Mailman/Message.py", line 31, in ?
TH> ImportError: No module named pythonlib
TH> (Had I noticed this earlier, I would have included it in my
TH> previous mail.)
Sean O'Neill had the same problem. What version of Mailman are you using? Is there a /home/mailman/Mailman/pythonlib/__init__.py file? If not, is there an __init__.py file in the source you unpacked?
-Barry
![](https://secure.gravatar.com/avatar/a54957454bfd3a12b21ed9d20c5e8d8b.jpg?s=120&d=mm&r=g)
Ah. I can hardly remember this problem. I think what I did was make a symbolic link to point to the pythonlib.
In fact, in the end, I copied the pythonlib directory to the /usr/local/lib/python-1.5, I think.
It works now, anyway.
I am using Python 1.5 and Mailman 1.0b9
Tor.
On Fri, 2 Apr 1999, Barry A. Warsaw wrote:
participants (2)
-
Barry A. Warsaw
-
Tor Houghton