Patches item #2873022, was opened at 2009-10-05 19:05 Message generated for change (Tracker Item Submitted) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2873022...
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: 9 Private: No Submitted By: xqt (xqt) Assigned to: siebrand (siebrand) Summary: catlib patch for KeyError
Initial Comment: This patch solves the KeyError which occures in catlib (r7372) while loading more than 500 pages
File "C:\Programme\Python25\pywikipedia\catlib.py", line 404, in articles for tag, page in gen(recurse=recurse, startFrom=startFrom): File "C:\Programme\Python25\pywikipedia\catlib.py", line 162, in _getContentsNaive for tag, page in self._parseCategory(startFrom=startFrom): File "C:\Programme\Python25\pywikipedia\catlib.py", line 235, in _parseCategory if 'query-continue' in data and count < params['cmlimilt']: KeyError: 'cmlimilt'
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2873022...