Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am running a python script on English Wikipedia xml dump file to extract text for the Wikipedia articles. I am doing everything as told on this page. It seems a fairly straightforward task.

The script runs fine till some time and extracts some articles. But after a few hours, it starts giving this error 'Maximum template recursion'. I don't understand why. Can anyone explain how to rectify this?

share|improve this question
    
This seems to be a problem regarding the script you're using. Consider to contact the developers. –  Finwood 16 hours ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.