move_list script - Syntax Errors

Bug #265860 reported by Backquack
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Invalid
Medium
Unassigned

Bug Description

Initial execution of the move_list script resulted in
serveral regarding korean encodings...

Traceback (innermost last):
  File "./move_list", line 42, in ?
    import paths
  File "./paths.py", line 60, in ?
    import korean.aliases
  File "/home/mailman/pythonlib/korean/aliases.py",
line 23, in ?
    import encodings.aliases

After editing paths.py and commenting out
korean.aliases and executing move_list -h I get the
following.....

 ./move_list -h
Traceback (innermost last):
  File "./move_list", line 44, in ?
    from Mailman import MailList
  File "/home/mailman/Mailman/MailList.py", line 686
    text += Utils.maketext(
          ^
SyntaxError: invalid syntax

[http://sourceforge.net/tracker/index.php?func=detail&aid=671984&group_id=103&atid=100103]

Revision history for this message
Thomas Wouters (thomas) wrote :

'move_list' was removed in Mailman 2.1 (somewhere before
Mailman 2.1a2 in fact), so you shouldn't have it, let alone
use it. The error you're getting suggests you are using an
ancient version of Python: it chokes on the use of
augmented assignment, which was added in Python 2.0. Mailman
2.1 requires Python 2.1 or higher.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.