Me: >> I'm in the bin directory and I type >> python -S rmlist >> which returned >> Traceback (most recent call last): >> File "rmlist", line 44, in ? >> from Mailman import mm_cfg >> ImportError: No module named Mailman >> >> What am I missing here?
Dan Mick <[EMAIL PROTECTED]> wrote: >run it from ~mailman From usr/local/mailman I enter python -S rmlist and it responds with python: can't open file "rmlist" So, I tried python -S bin/rmlist and got the earlier message: >>Traceback (most recent call last): >> File "rmlist", line 44, in ? >> from Mailman import mm_cfg >> ImportError: No module named Mailman What should I try now? Paul Flint Japanese to English Translation Kawasaki Japan ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
