Bugs item #2819252, was opened at 2009-07-09 23:16 Message generated for change (Comment added) made by melancholie You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Melancholie (melancholie) Assigned to: Nobody/Anonymous (nobody) Summary: No 'GeneratorExit' for pagegenerators.py with Python 2.4
Initial Comment: Some people still run Python 2.4.x, but they will get a NameError (exit, stops run) in pagegenerators.py.
Message is: "nameError: global name 'GeneratorExit' is not defined"
Detailed description of the problem plus solution: http://trac.edgewall.org/ticket/7510 Use try: to let Python 2.4.x ignore that, especially as nothing is done there anyway (just "pass")!
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2009-07-09 23:23
Message: I am talking about line 812, by the way.
except GeneratorExit: pass
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252...
pywikipedia-bugs@lists.wikimedia.org