I think I HAVE FOUND THE BUG!<br>(See the original problem below in quotation.)<br><br>First, I show you my experiment. This script works on the below mentioned category that possibly has a loop.<br><br>  kat=u&quot;Hungría&quot;<br>
  site=pywikibot.getSite(&#39;es&#39;)<br>  katpage=catlib.Category(site, kat)<br>  katlista=catlib.unique(list(katpage.subcategories(recurse=True, cacheResults=True))) <b>#1</b><br>  # katlista=katpage.subcategoriesList(recurse=True)#, cacheResults=True) <b>#2</b><br>
<br>This script with #1 working and #2 commented runs 12 minutes and gathers 655 categories.<br>With #2 working and #1 commented out runs very-very long and then exits with the same Python (not pywiki) error as mentioned below -- <span style="font-family: courier new,monospace;">maximum recursion depth exceeded.</span><br>
The only difference between them is that subcategoriesList has no <b>cacheResults</b> parameter. I use subcategories instead with cacheResults, then I make a unique list as subcategoriesList does. <br><br>Now, when I use the command <b><span style="font-family: courier new,monospace;">replace.py -catr:Hungría</span></b>, -catr in pagenerators uses getCategoryGen, and getCategoryGen calls CategorizedPageGenerator, and CategorizedPageGenerator calls category.articles from catlib.py. Category.articles does have a parameter called cacheResults just as subcategories does, but getCategoryGen and getCategoryGen cannot handle it. So I think this should be hacked that -catr can use category.articles with cache, and thus the generator could avoid infinite loops in categories.<br>
<br>-- <br>Bináris<br><br><div class="gmail_quote">2011/2/27 Bináris <span dir="ltr">&lt;<a href="mailto:wikiposta@gmail.com">wikiposta@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi folks!<br><br>I create pages for Hungarian Wikipedia like <a href="http://hu.wikipedia.org/wiki/Wikip%C3%A9dia:K%C3%A9rt_cikkek/fr" target="_blank">http://hu.wikipedia.org/wiki/Wikipédia:Kért_cikkek/fr</a>, <a href="http://hu.wikipedia.org/wiki/Wikip%C3%A9dia:K%C3%A9rt_cikkek/en" target="_blank">http://hu.wikipedia.org/wiki/Wikipédia:Kért_cikkek/en</a> etc. These collect  Hungary-related articles from other Wikipedias that have no Hungarian interwiki. Either they must be supplied with an iw or they are a good idea to write new articles.<br>

<br>First I collect all the pages with replace.py, then I upload them and process the list with a newly developed script which I will soon offer for Pywikipedia because it can be used in other Wikipedias.<br><br>Itt successfully ran in en, fr, ro wikis but stopped in eswiki.<br>

My command:<br><b><span style="font-family: courier new,monospace;">replace.py -catr:Hungría . @ -lang:es -excepttext:&quot;[[hu:&quot; -savenew:magyarok.txt -always</span></b><br clear="all"><br>The error message follows here. As far as I understand it comes from Python rather than pywiki, but could we somehow handle it?<br>

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 167, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for item in page._getContentsNaive(recurse=True):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 164, in _getContentsNaive</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    for tag, page in self._parseCategory(startFrom=startFrom):</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\catlib.py&quot;, line 215, in _parseCategory</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    data = query.GetData(params, self.site())</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\query.py&quot;, line 132, in GetData</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    jsontext = json.loads( jsontext )</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\__init__.py&quot;, line 262, in loads</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    return _default_decoder.decode(s)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 251, in decode</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    obj, end = self.raw_decode(s, idx=_w(s, 0).end())</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 268, in raw_de</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">code</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    obj, end = self._scanner.iterscan(s, **kw).next()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\scanner.py&quot;, line 50, in itersca</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">n</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    rval, next_pos = action(m, context)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 138, in JSONOb</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">ject</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    value, end = iterscan(s, idx=end, context=context).next()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\scanner.py&quot;, line 50, in itersca</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">n</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    rval, next_pos = action(m, context)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 138, in JSONOb</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">ject</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    value, end = iterscan(s, idx=end, context=context).next()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\scanner.py&quot;, line 50, in itersca</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">n</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    rval, next_pos = action(m, context)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 171, in JSONAr</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">ray</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    value, end = iterscan(s, idx=end, context=context).next()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\scanner.py&quot;, line 50, in itersca</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">n</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    rval, next_pos = action(m, context)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 138, in JSONOb</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">ject</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    value, end = iterscan(s, idx=end, context=context).next()</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\scanner.py&quot;, line 50, in itersca</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">n</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    rval, next_pos = action(m, context)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 113, in JSONSt</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">ring</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    return scanstring(match.string, match.end(), encoding)</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">  File &quot;C:\Program Files\Pywikipedia\simplejson\decoder.py&quot;, line 85, in scanstr</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ing</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    if terminator == &#39;&quot;&#39;:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">RuntimeError: maximum recursion depth exceeded in cmp</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">maximum recursion depth exceeded in cmp</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">935 titles were saved.</span><br style="font-family: courier new,monospace;">

<font color="#888888"><br>
</font></blockquote></div>