[Mailman-Developers] compile error in mailman cvs?

Barry A. Warsaw barry@zope.com
Sat, 25 May 2002 16:39:28 -0400


>>>>> "MM" == Marc MERLIN <marc_news@vasoftware.com> writes:

    MM> I just synced my tree, and:

    | make[1]: Entering directory `/var/local/src/mailman-cvs/misc'
    | for p in email-2.0.4 JapaneseCodecs-1.4.5 KoreanCodecs-2.0.4; \
    | do \
    |     gunzip -c $p.tar.gz | tar xf -; \
    |     (cd $p ; PYTHONPATH=/var/local/mailman/pythonlib /usr/bin/python setup.py --quiet install --install-lib /var/local/mailman/pythonlib --install-purelib /var/local/mailman/pythonlib); \
    | done
    |   File "/var/local/mailman/pythonlib/email/_compat22.py", line 21
    |     yield self
    |              ^

This one you /should/ be able to ignore (I'm still trying to figure
out how to get distutils not to try to compile _compat22.py if you're
running Python 2.1).

    | SyntaxError: invalid syntax
    |   File "/var/local/mailman/pythonlib/japanese/mappings/jis_x_0208.py", line 6234
    |     "\x6d\x
    |           ^
    | Syntax

Gah, I've no clue about this one.  Is there a possibility that your
Python wasn't built with Unicode support?

-Barry