[Mailman-Developers] Re: 'make install' error in cvs

Barry A. Warsaw barry@zope.com
Sat, 25 May 2002 14:53:30 -0400


>>>>> "DG" == David Gibbs <david@midrange.com> writes:

    DG> Got this ...

    DG> [root@linux email-2.0.4]# pwd
    DG> /root/mailman-2.1-beta/mailman/misc/email-2.0.4 [root@linux
    DG> email-2.0.4]# PYTHONPATH=/usr/local/mailman/pythonlib python
    DG> test.py Traceback (innermost last):
    |   File "test.py", line 7, in ?
    |     import unittest
    DG> ImportError: No module named unittest

You must use at least Python 2.1 (with 2.1.3 or 2.2.1 recommended).
Still, something's weird because unittest came with Python 2.0 IIRC.

You sure that the first python on your path isn't 1.5.2?

-Barry