At 11:52 AM 01/11/02 -0500, you wrote:
>That usually happens if the install was broken or you're trying to run
>Mailman out of the unpack directory instead of the install directory.
Hi Barry,
I assume the install is broken, but I'm trying to find out what exactly is
broken.
>Mailman has to "pat
> "DM" == Dan Mick <[EMAIL PROTECTED]> writes:
DM> Hmm. It looks as though the
DM> from Mailman import
DM> won't work as expected (i.e. "use the module search path to
DM> look for a path named Mailman and look for in there")
DM> unless Mailman contains __init__.py.
Indeed: from http://www.python.org/doc/essays/packages.html:
(note particularly the first parenthetical comment):
What If I Have a Module and a Package With The Same Name?
You may have a directory (on sys.path) which has both a module
spam.py and a subdirectory spam that contains an __init__.py
Hmm. It looks as though the
from Mailman import
won't work as expected (i.e. "use the module search path to look for
a path named Mailman and look for in there") unless
Mailman contains __init__.py. Does it? (It can be empty, but it
must exist).
(The "import" documentation is shady at bes
Dan Mick hit me over the head and suggested strace, so full strace output
can be seen at:
http://hank.org/images/mailman.txt
This all started after a reboot one day. I've run make install from the
distribution directory again, just in case some file was missing, but that
didn't change anything.
At 08:30 PM 01/08/02 -0800, Dan Mick wrote:
>Is the cron running as user mailman? Is user mailman's home dir
>/home/mailman?
/etc/passwd:mailman:x:506:105::/home/mailman:/bin/bash
/etc/group:mailman:x:105:
> ll -d /home/mailman
drwxrwsr-x 19 mailman mailman 4096 Jan 2 15:33 /home/mailma
I asked this a week or so ago without response, I believe.
Mailman on a test machine has quit working (it's only a test installation
so not real lists are down).
I'm seeing:
Traceback (innermost last):
File "/home/mailman/cron/senddigests", line 29, in ?
from Mailman import MailList
Impor
Hum, After a reboot on one machine I started getting these every minute
from qrunner:
Traceback (innermost last):
File "/home/mailman/cron/qrunner", line 83, in ?
from Mailman import mm_cfg
ImportError: No module named Mailman
/home/mailman> ll Mailman
-rw-r--r-- 1 mailman mailman
> % bin/list_members mylist
> Traceback (most recent call last):
> File "bin/list_members", line 59, in ?
> from Mailman import MailList
> ImportError: No module named Mailman
>
> Anyone have any ideas what I have wrecked?
1) are you in the $prefix directory when you execute this?
2) is t
Thanks for all the help regarding backing up a list member list.
However, I've just discovered that my lists are down due to some unknown
(to me) error. Last successful posting was more than a week ago... just
about the time ColdFusion was installed on my server. (possible culprit)
When executi
10 matches
Mail list logo