Bugs item #2537742, was opened at 2009-01-26 09:11 Message generated for change (Comment added) made by russblau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2537742...
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: General Group: None Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Russell Blau (russblau) Summary: pagegenerators.py bug in main method
Initial Comment: $ python version.py Pywikipedia [http] trunk/pywikipedia (r6292, Jan 24 2009, 22:23:16) Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] $ ./pagegenerators.py -log:raus.log -putthrottle:30000 -filelinks:Reading.gif > filelinks.txt Checked for running processes. 1 processes currently running, including the current process. Traceback (most recent call last): File "./pagegenerators.py", line 1046, in <module> for page in gen: TypeError: 'bool' object is not iterable
Solution: Change line 1044 to:
gen = genFactory.getCombinedGenerator()
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2009-01-26 09:50
Message: Last comment should read "fixed in r6293"
----------------------------------------------------------------------
Comment By: Russell Blau (russblau) Date: 2009-01-26 09:49
Message: Fixed in r...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2537742...
pywikipedia-l@lists.wikimedia.org