Bugs item #2822195, was opened at 2009-07-16 01:42 Message generated for change (Comment added) made by mga73 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822195...
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: other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: André Malafaya Baptista (malafaya) Assigned to: Nobody/Anonymous (nobody) Summary: replace.py -help throws exception
Initial Comment: replace.py -help throws following exception after common bot help (the replace.py specific help is not shown):
Traceback (most recent call last): File "D:\Work\pywikipedia\replace.py", line 705, in <module> main() File "D:\Work\pywikipedia\replace.py", line 510, in main for arg in wikipedia.handleArgs(*args): File "D:\Work\pywikipedia\wikipedia.py", line 6535, in handleArgs showHelp(moduleName) File "D:\Work\pywikipedia\wikipedia.py", line 7005, in showHelp helpText = helpText.replace(key, value.strip('\n\r')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 852: ordinal not in range(128)
Thanks.
----------------------------------------------------------------------
Comment By: MGA73 (mga73) Date: 2009-07-30 11:35
Message: I thought it was just me that had messed up by bot so I'm "happy" to see that others have the same error. My error have almost the same values: line 705, 510. 6573, 7043 and 852. Sadly I have had other problems also. /MGA73
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822195...
pywikipedia-bugs@lists.wikimedia.org