[Mailman-Users] Please you help me !!

2002-09-09 Thread phlin



Hi:

 I am now install mailman ,but there are some 
problem when configuation.
Can you help me ?
The Errer is :
 ms1% ./configure loading cache 
./config.cache checking for --with-python... no checking for 
python... /usr/local/bin/python checking Python interpreter... 
/usr/local/bin/python checking Python version... 2.2.1 
checking for a BSD compatible install... ./install-sh -c checking 
whether make sets ${MAKE}... yes checking for true... 
/bin/true checking for --without-gcc... no checking for 
gcc... gcc checking whether the C compiler (gcc ) works... 
yes checking whether the C compiler (gcc ) is a 
cross-compiler... no checking whether we are using GNU C... 
yes checking whether gcc accepts -g... yes checking whether 
#! works in shell scripts... yes checking for --with-var-prefix... 
no checking for --with-username... mailmanchecking for 
mailman UID... Traceback (most recent call last):  File 
"conftest.py", line 1, in ?  import 
pwd ImportError: No module named pwd 
cat: cannot open conftest.out
 configure: 
error: * No "mailman" user found!
 * Your system must have a 
"mailman" user defined * (usually in your 
/etc/passwd file). Please see the INSTALL 
* file for details.

Note: My system is Solaris 2.8 ,python have installed, 
andusername "mailman" have created , why have the error message 
!!!

Thanks!!

Ann Lin


Re: [Mailman-Users] Please you help me !!

2002-09-09 Thread Michael Pike

Simple...

as root... go to your shell and type:

adduser mailman

thats it.


On Mon, 2002-09-02 at 03:37, phlin wrote:
 Hi:
 
I am now install mailman ,but there are some problem when configuation.
 Can you help me ?
 The Errer is :
   ms1% ./configure
   loading cache ./config.cache
   checking for --with-python... no
   checking for python... /usr/local/bin/python
   checking Python interpreter... /usr/local/bin/python
   checking Python version... 2.2.1
   checking for a BSD compatible install... ./install-sh -c
   checking whether make sets ${MAKE}... yes
   checking for true... /bin/true
   checking for --without-gcc... no
   checking for gcc... gcc
   checking whether the C compiler (gcc  ) works... yes
   checking whether the C compiler (gcc  ) is a cross-compiler... no
   checking whether we are using GNU C... yes
   checking whether gcc accepts -g... yes
   checking whether #! works in shell scripts... yes
   checking for --with-var-prefix... no
   checking for --with-username... mailman
   checking for mailman UID... Traceback (most recent call last):
 File conftest.py, line 1, in ?
   import pwd
 ImportError: No module named pwd
 cat: cannot open conftest.out
  configure: error:
  * No mailman user found!
  * Your system must have a mailman user defined
  * (usually in your /etc/passwd file).  Please see the INSTALL
  * file for details.
 
 Note: My system is Solaris 2.8 ,python have installed, and username mailman have 
created , why have the error message !!!
 
 Thanks!!
 
 Ann Lin 
-- 
Michael Pike
Northern Navajo Medical Center
Information Techonology Development
505-368-6062
The NNMC E-Series - Perfecting Healthcare Information Technology
http://eseries.ihs.gov









--
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/



Re: [Mailman-Users] Please you help me !!

2002-09-09 Thread Michael Pike

ooops... nevermind.

i didnt finish reading your message... you already created the
account...

i'll shut up now.
mike


On Mon, 2002-09-09 at 15:33, Michael Pike wrote:
 Simple...
 
 as root... go to your shell and type:
 
 adduser mailman
 
 thats it.
 
 
 On Mon, 2002-09-02 at 03:37, phlin wrote:
  Hi:
  
 I am now install mailman ,but there are some problem when configuation.
  Can you help me ?
  The Errer is :
ms1% ./configure
loading cache ./config.cache
checking for --with-python... no
checking for python... /usr/local/bin/python
checking Python interpreter... /usr/local/bin/python
checking Python version... 2.2.1
checking for a BSD compatible install... ./install-sh -c
checking whether make sets ${MAKE}... yes
checking for true... /bin/true
checking for --without-gcc... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether #! works in shell scripts... yes
checking for --with-var-prefix... no
checking for --with-username... mailman
checking for mailman UID... Traceback (most recent call last):
  File conftest.py, line 1, in ?
import pwd
  ImportError: No module named pwd
  cat: cannot open conftest.out
   configure: error:
   * No mailman user found!
   * Your system must have a mailman user defined
   * (usually in your /etc/passwd file).  Please see the INSTALL
   * file for details.
  
  Note: My system is Solaris 2.8 ,python have installed, and username mailman have 
created , why have the error message !!!
  
  Thanks!!
  
  Ann Lin 
 -- 
 Michael Pike
 Northern Navajo Medical Center
 Information Techonology Development
 505-368-6062
 The NNMC E-Series - Perfecting Healthcare Information Technology
 http://eseries.ihs.gov
 
 
 
 
 
 
 
 
 
 --
 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/
-- 
Michael Pike
Northern Navajo Medical Center
Information Techonology Development
505-368-6062
The NNMC E-Series - Perfecting Healthcare Information Technology
http://eseries.ihs.gov









--
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/



RE: [Mailman-Users] Please you help me !!

2002-09-09 Thread George Crum

Hi,
This is the same problem I just had.  Here's what could be your problem.
This is copy and pasted from a recent email from Richard.

This looks line a python installation problem and not a Mailman specific 
problem.

pwd is a standard python module used to access the password database on 
Unix systems and the error message you are getting is python saying that 
the module cannot be imported.

You can confirm (or deny) this proposition by running python from the 
command line and trying to use pwd. For instance on my test system I get:

[testsys!/u/barrett]:python
Python 1.5.2 (#12, Oct 15 1999, 16:24:36) [C] on sunos5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
  import pwd
  pwd.getpwnam('barrett')
('barrett', 'x', 500, 101, 'Richard Barrett', '/u/barrett', 
'/usr/local/bin/bash')
  pwd.getpwnam('mailman')
('mailman', 'x', 601, 601, 'Mailman Maillist Manager account', 
'/u/mailman', '/usr/local/bin/bash')
 

If you get an import failure after typing the import pwd line then you need

to look to your python installation for the problem.



- George Crum



--
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/