Re: [Mailman-Users] Failure of rmlist command

2001-10-19 Thread Paul Flint
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

Re: [Mailman-Users] Failure of rmlist command

2001-10-18 Thread Ken
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 --

Re: [Mailman-Users] Failure of rmlist command

2001-10-18 Thread Jon Carnes
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

Re: [Mailman-Users] Failure of rmlist command

2001-10-18 Thread Paul Flint
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: >

Re: [Mailman-Users] Failure of rmlist command

2001-10-18 Thread Dan Mick
> 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

[Mailman-Users] Failure of rmlist command

2001-10-18 Thread Paul Flint
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 ?