Jurgis Pralgauskis ha scritto:
for page in cat.articles(recurse = True): print page
outputs: [[Kategorija:Programa]] Getting [[Kategorija:Programa]]...
the same with pagegenerators.CategorizedPageGenerator(cat)
Any ideas?
---- # Which version of MediaWiki is used? def version(self, code): # Replace with the actual version being run on your wiki return '1.13alpha' ----
Try to replace "1.13alpha" with "1.7" in studento_family.py file: