Bugs item #3600554, was opened at 2013-01-11 21:57 Message generated for change (Settings changed) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600554...
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: Closed
Resolution: None Priority: 5 Private: No Submitted By: Mikko Silvonen (silvonen) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple doRollOver errors in wikipedia.py
Initial Comment: Are these errors related to the logging change made in r10875? The Windows error text means "The process cannot access the file because it is being used by another process".
interwiki.py -autonomous -log -lang:fi -namespace:0 -start:1692
... WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä Logged from file wikipedia.py, line 8746 Getting 12 pages from wikipedia:xmf... Traceback (most recent call last): File "C:\Python27\lib\logging\handlers.py", line 78, in emit self.doRollover() File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover os.rename(self.baseFilename, dfn) WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä Logged from file wikipedia.py, line 8746 Getting 12 pages from wikipedia:dv... Traceback (most recent call last): File "C:\Python27\lib\logging\handlers.py", line 78, in emit self.doRollover() File "C:\Python27\lib\logging\handlers.py", line 338, in doRollover os.rename(self.baseFilename, dfn) WindowsError: [Error 32] Prosessi ei voi käyttää tiedostoa, koska se on toisen prosessin käytössä Logged from file wikipedia.py, line 8746 Getting 12 pages from wikipedia:gu... ...
python version.py
Pywikipedia trunk/pywikipedia/ (r10889, 2013/01/11, 23:13:04, ok) Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)] config-settings: use_api = True use_api_login = True unicode test: ok
----------------------------------------------------------------------
Comment By: xqt (xqt) Date: 2013-01-12 05:39
Message: should be fixed in r10891
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3600554...
pywikipedia-bugs@lists.wikimedia.org