Bugs item #1936913, was opened at 2008-04-07 12:59 Message generated for change (Settings changed) made by russblau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1936913...
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: interwiki Group: None
Status: Closed Resolution: Duplicate
Priority: 5 Private: No Submitted By: masti (mstmst) Assigned to: Nobody/Anonymous (nobody) Summary: interwiki.py crash in R5190
Initial Comment: When starting interwiki.py with or without params a following error occurs:
python interwiki.py
Checked for running processes. 1 processes currently running, including the current process. Traceback (most recent call last): File "interwiki.py", line 265, in ? import wikipedia, config, pagegenerators, catlib File "/home/mstelmasik/Downloads/pywikipedia/pagegenerators.py", line 731 finally: ^ SyntaxError: invalid syntax
masti
----------------------------------------------------------------------
Comment By: masti (mstmst) Date: 2008-04-07 13:28
Message: Logged In: YES user_id=1974561 Originator: YES
You're right. I forgot that my company machine is running Python 2.4.3 :)
masti
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz) Date: 2008-04-07 13:22
Message: Logged In: YES user_id=1963242 Originator: NO
Yes, jlerner reported that on IRC, and I fixed it in r5191.
This was caused by a try...except...finally syntax which is not valid in python 2.4
Thanks anyway ;)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1936913...
pywikipedia-l@lists.wikimedia.org