[Mailman-Users] Problem when starting mailmanctl ("Cannot import runner module xxx")

Barry A. Warsaw barry at python.org
Thu Jan 2 23:09:03 CET 2003


>>>>> "ST" == Sebastian Talmon <sebastian at talmon.net> writes:

    | I use   Mailman 2.1 with
    | Python 2.1.1 (#1, Oct 25 2001, 09:53:13)
    | [GCC 2.95.3 20010315 (SuSE)] on linux

Start by upgrading to Python 2.1.3.  I'm not sure that's your problem,
but I just tested it with that version and it worked for me:

Python 2.1.3 (#1, Sep 20 2002, 16:00:46) 
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import _weakref
>>> _weakref.__file__
'/usr/local/lib/python2.1/lib-dynload/_weakref.so'

-Barry



More information about the Mailman-Users mailing list