Ken <[EMAIL PROTECTED]> wrote:
>On Thursday 18 October 2001 08:33 am, Paul Flint wrote:
>>
>> What should I try now?
>
>I don't have to run the commands in bin through the interpreter with Mandrake
>8. Tried just doing ./rmmlist? If not, maybe I could try sending you my
>file.
Nope. somethi
On Thursday 18 October 2001 08:33 am, Paul Flint wrote:
>
> What should I try now?
>
>
I don't have to run the commands in bin through the interpreter with Mandrake
8. Tried just doing ./rmmlist? If not, maybe I could try sending you my
file.
Ken
--
The files in ~mailman/bin are standalone scripts. To run rmlist simply
type:
~mailman/bin/rmlist
Do not pipe it as a script into python.
Jon Carnes
===
On Thursday 18 October 2001 08:33, Paul Flint wrote:
> Me:
> >> I'm in the bin directory and I type
> >> python -S rmlist
> >> which return
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:
>
> 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?
run it from ~mailman
Hello,
Just getting started with Mailman and I can't get the rmlist command to
work, although it does seem to be there in the bin directory as promised.
I'm in the bin directory and I type
python -S rmlist
which returned
Traceback (most recent call last):
File "rmlist", line 44, in ?