>>>>> "MM" == Marc MERLIN <[EMAIL PROTECTED]> 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


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman-21/listinfo/mailman-developers

Reply via email to