[ mailman-Bugs-671984 ] move_list script - Syntax Errors

SourceForge.net noreply at sourceforge.net
Fri Mar 21 16:45:41 EST 2003


Bugs item #671984, was opened at 2003-01-21 20:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=671984&group_id=103

Category: command line scripts
Group: 2.1 (stable)
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Mark (backquack)
Assigned to: Nobody/Anonymous (nobody)
Summary: move_list script - Syntax Errors

Initial Comment:
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


----------------------------------------------------------------------

>Comment By: Thomas Wouters (twouters)
Date: 2003-03-22 01:45

Message:
Logged In: YES 
user_id=34209

'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.




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=671984&group_id=103



More information about the Mailman-coders mailing list