RE: [Mailman-Users] check-perms error

2003-06-13 Thread Verma, Nitin (GECP, OTHER, 529706)
cd $prefix chgrp . chmod a+rx,g+ws . ./configure --with-groupname= if not set =mailman -Original Message- From: jiangds [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 9:09 AM To: [EMAIL PROTECTED] Subject: [Mailman-Users] check-perms error Hi list, I got a error when I run th

RE: [Mailman-Users] check-perms error

2003-06-13 Thread Verma, Nitin (GECP, OTHER, 529706)
cd $prefix chgrp ts . chmod a+rx,g+ws . Should work! -Original Message- From: jiangds [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 9:09 AM To: [EMAIL PROTECTED] Subject: [Mailman-Users] check-perms error Hi list, I got a error when I run the ./check_perms Traceback (most rec

Re: [Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jonas Meurer
On Wed, Dec 05, 2001 at 09:15:45PM +0100, Jonas Meurer wrote: > > Everythings like you wrote ;( Ok, sorry. The problem was silly: I didn't run the check_perms-script from $prefix-directory ;) Bye Jonas -- Pinky: "What are we going to do tonight, Brain?" Brain: "The same thing we do every nig

Re: [Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jonas Meurer
On Wed, Dec 05, 2001 at 02:01:32PM -0500, Jon Carnes wrote: > Do you have the file: bin/paths.py: > [...] > sys.path.insert(0, prefix) > === > If so, is the prefix setup properly? Are the rights setup properly? > -rw-r--r--1 mailman mailman 1531 Jan 9 2001 paths.py > -rw-r--r--1

Re: [Mailman-Users] check-perms-error: ImportError: No module named paths

2001-12-05 Thread Jon Carnes
Do you have the file: bin/paths.py: === # This file becomes paths.py which is installed in may directories. By # importing this module, sys.path gets `hacked' so that the $prefix/Mailman # directory is inserted at the start of that list. That directory really # contains the Mailman modules in p