Bugs item #2847407, was opened at 2009-08-30 21:49 Message generated for change (Comment added) made by mga73 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2847407...
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: category Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: MGA73 (mga73) Assigned to: Nobody/Anonymous (nobody) Summary: category_redirect.py not working
Initial Comment: I get this error on da-wiki: File "C:\pywikipedia\category_redirect.py", line 314 response, result = query.GetData(predata, self,site back_response = True) ^ SyntaxError: invalid syntax
(The ^ stands under the last e in back_response) Is it just me that has this problem? mga73
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2009-10-04 22:08
Message: Forgot :-) :
C:\pywikipedia>category_redirect Traceback (most recent call last): File "C:\pywikipedia\category_redirect.py", line 674, in <module> main() File "C:\pywikipedia\category_redirect.py", line 668, in main bot.run() File "C:\pywikipedia\category_redirect.py", line 456, in run aplimit='max'): File "C:\pywikipedia\category_redirect.py", line 313, in query_results response, result = query.GetData(predata, self.site, back_response = True) NameError: global name 'predata' is not defined
----------------------------------------------------------------------
Comment By: siebrand (siebrand) Date: 2009-10-04 21:01
Message: You have not included the output of version.py, as is required. I just ran it, and got a different error:
C:\py\interwiki>category_redirect.py -lang:da WARNING: Configuration variable 'language' is defined but unknown. Misspelled? Traceback (most recent call last): File "C:\py\interwiki\category_redirect.py", line 674, in <module> main() File "C:\py\interwiki\category_redirect.py", line 668, in main bot.run() File "C:\py\interwiki\category_redirect.py", line 456, in run aplimit='max'): File "C:\py\interwiki\category_redirect.py", line 313, in query_results response, result = query.GetData(predata, self.site, back_response = True) NameError: global name 'predata' is not defined
C:\py\interwiki>version.py Pywikipedia [http] trunk/pywikipedia (r7355, 2009/10/02, 09:46:09) Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)]
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2847407...