[Mailman-Developers] Listing Lists Faster in 2.0?

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Mon, 3 Apr 2000 23:02:06 -0400 (EDT)


>>>>> "DM" == Dan Mick <dan.mick@West.Sun.COM> writes:

    DM> Python's library-search path has to be set to include
    DM> /home/mailman/Mailman.  I just discovered that bin/withlist
    DM> doesn't do this recently; I'm guessing the driver script
    DM> doesn't do it either.  For your purposes, I would think that
    DM> augmenting PYTHONPATH in the environment should suffice.

Right, because driver is only supposed to be run from the C wrapper
binary, which /does/ set PYTHONPATH.  I didn't expect withlist to be
run without explicitly invoking python.  The -r switch could be used
this way so I think I'll add a #! line at the top.  Note that it does
not help to add -i in the #! line.

-Barry