Bugs item #3110052, was opened at 2010-11-16 12:06 Message generated for change (Settings changed) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3110052...
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: General Group: None
Status: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: Linar Khalitov (rubin16)
Assigned to: xqt (xqt)
Summary: nowcommons.py and imagetransfer.ry
Initial Comment: C:\pt>python version.py Pywikipedia [http] trunk/pywikipedia (r8727, 2010/11/15, 09:31:38) Python 2.6.3 (r263:75183, Oct 5 2009, 14:41:55) [MSC v.1500 32 bit (Intel)] config-settings: use_api = True use_api_login = True unicode test: ok
while using nowcommons.py (>python nowcommons.py -replacealways -replaceloose) I get errors in imagetransfer.py:
Traceback (most recent call last): File "nowcommons.py", line 62, in <module> from imagetransfer import nowCommonsMessage File "C:\pt\imagetransfer.py", line 52 'sr':u"РћРІР° слика СРµ копирана СЃР° %s. Оригинални РѕРїРёСЃ СРµ:\r\n\r\n%s", ^ SyntaxError: invalid syntax
I deleted this line and got another error: Traceback (most recent call last): File "nowcommons.py", line 62, in <module> from imagetransfer import nowCommonsMessage File "C:\pt\imagetransfer.py", line 52 'sr':u"РћРІР° слика СРµ копирана СЃР° %s. Оригинални РѕРїРёСЃ СРµ:\r\n\r\n%s", ^ SyntaxError: invalid syntax
After deleting it I got one more error: Traceback (most recent call last): File "nowcommons.py", line 62, in <module> from imagetransfer import nowCommonsMessage File "C:\pt\imagetransfer.py", line 53 'zh':u"жњ¬ењ–еѓЏеѕћ %s 複製,原始說жЋиі‡ж–™пјљ\r\n\r\n%s", ^ SyntaxError: invalid syntax
After deleting this line, too, script starts working again. I suppose there is something wrong in translations, but I couldn't find mistake itself.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-11-16 12:17
Message: fixed in r8728
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3110052...