[Mailman-Developers] print >> sys.stderr does not compile

Barry A. Warsaw barry@digicool.com
Tue, 20 Feb 2001 12:22:11 -0500


>>>>> "TW" == Thomas Wouters <thomas@xs4all.net> writes:

    TW> It should, probably, but it doesn't work for the scripts in
    TW> bin/... Not sure why that is. Barry ?

Because the scripts in bin/ use the "/usr/bin/env python" trick.  You
need a symlink from "python -> python2" somewhere earlier in your
$PATH.

I'm not enthusiastic about changing this in the Mailman source, since
I'm disappointed at Debian's decision.

-Barry