Thanks, that was it. I found a bad installation of python, which was
causing the problem.

Neil
-- 
 Neil Dombrowski
   IS Manager
   eBuilt Inc
PH:  949-609-4757
Fax: 949-609-0001
--- Begin Message --- No, Trevor, that's not the problem at all. The error message says

/usr/bin/env: No such file or directory

which means getting to rmlist wasn't the issue at all, and as Neil points out, neither is getting to /usr/bin/env.

Neil, /usr/bin/env can't find Python; "python" must not be on your path.
You should fix that.

Trevor Lauder wrote:

You are running a program not in your path, if you are in /home/mailman type

./bin/rmlist ciam

You could also type:

/home/mailman/bin/rmlist ciam

from any directory and it would work too, or

cd /home/mailman/bin
./rmlist caim

Neil Dombrowski said:

>> thanks for all the help, but still having problems. I run the command,
>> and I get 'no such file or directory'. The mailing list exists, and the
>> executable file /usr/bin/env exists. What is this telling me?
>>
>> Thanks,
>> 	Neil
>>
>> mailman@brak% pwd
>> /home/mailman
>> mailman@brak% bin/rmlist ciam
>> /usr/bin/env: No such file or directory
>> mailman@brak% ls /usr/bin/env
>>   12 /usr/bin/env*
>> mailman@brak% head
>> bin/rmlist                                                 ~
>> #! /usr/bin/env python
>> #






------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/neil%40ebuilt.com

--- End Message ---
------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to