Bugs item #3582353, was opened at 2012-10-31 15:25 Message generated for change (Tracker Item Submitted) made by ganz-ru You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3582353...
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: GanZ (ganz-ru) Assigned to: Nobody/Anonymous (nobody) Summary: Bug in Rev 10629
Initial Comment: Line 1666 of interwiki.py should be "page.namespace() == 10" instead "page.site.namespace() == 10".
There is an error as result: Traceback (most recent call last): File "U:\pywikipedia 2\interwiki.py", line 2583, in <module> main() File "U:\pywikipedia 2\interwiki.py", line 2557, in main bot.run() File "U:\pywikipedia 2\interwiki.py", line 2290, in run self.queryStep() File "U:\pywikipedia 2\interwiki.py", line 2268, in queryStep subj.finish(self) File "U:\pywikipedia 2\interwiki.py", line 1666, in finish page.site.namespace() == 10 and TypeError: namespace() takes at least 2 arguments (1 given)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3582353...