Bugs item #2537742, was opened at 2009-01-26 14:11 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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()
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2537742...
pywikipedia-l@lists.wikimedia.org