[Mailman-Users] Mm 2.1.1 dies after system upgrade: no mod getopt

Barry Warsaw barry at python.org
Fri Apr 11 05:34:39 CEST 2003


On Wed, 2003-04-09 at 15:26, Christopher Kolar wrote:

> Turns out that it is probably a bigger problem.  getopt is in 
> /usr/lib/python2.2, when I moved around the lines in qrunner it complained 
> that it could not find the module signal.  It looks like it is not finding 
> the directory.  Is there a place where I need to set the above path.

No, shouldn't be.  Python should just find the module.  When you run
Python from the command line, then import getopt, does it work?  If so,
maybe there's some permission problem somewhere?

You might be able to debug this by running python -v to get a display of
all the imports it's attempting.

> Also for the docs, gcc is now 750, so when you build as non-root (mailman) 
> you need to add mailman to the ctools group which has r+x permission.

Dang, ok.
-Barry





More information about the Mailman-Users mailing list