https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
Web browser: --- Bug ID: 55128 Summary: Non-fatal error starting interwiki.py in Windows Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1654/ Reported by: malafaya Created on: 2013-08-19 11:05:10.022000 Subject: Non-fatal error starting interwiki.py in Windows Original description: It seems that some changes were made to version.py because of git. Under Windows at least, now git.exe seems to be required to be in the PATH. But, even with git.exe in the PATH, I always get the following error on startup:
'%an' is not recognized as an internal or external command, operable program or batch file.
It seems to be related to line 122 of version.py, which doesn't seem to work under Windows:
info = subprocess.Popen("git log --pretty=format:'%ad|%an|%h|%H|%d' --abbrev-commit --date=iso -1 | cat -", shell=True, stdout=subprocess.PIPE).stdout.read()
Another problem is that everytime I launch a script, a git.exe process runs and gets stuck. After some few instances, the interwiki.py scripts block and I have to start killing git's. And, BTW, I don't always have access to the git repository when running scripts (due to some block rules here)
D:\Work\pywikipedia>version.py '%an' is not recognized as an internal or external command, operable program or batch file. Pywikipedia wikipedia.py (r-1 (unknown), 976a310, 2013/08/19, 11:40:07, OUTDATED ) Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] config-settings: use_api = True use_api_login = True unicode test: ok
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- first problem has been solved with https://gerrit.wikimedia.org/r/82086
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1654
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
Nemo federicoleva@tiscali.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|General |interwiki.py
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ladsgroup@gmail.com, | |malafaya@clix.pt
--- Comment #2 from Amir Ladsgroup ladsgroup@gmail.com --- are you still facing this problem?
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
--- Comment #3 from Malafaya malafaya@clix.pt --- The serious part of it is solved. The only thing still occuring is that git.exe is still launched (or at least tried to be launched) for version check on every startup with any bot script. My specific problem is that I don't always have access to the git repo when I run bot scripts, causing a significant delay on startup (or an error if I decide to remove git.exe from PATH).
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
--- Comment #4 from Malafaya malafaya@clix.pt --- But in what concerns me I find it acceptable to close this issue at this time if you also find so.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Lowest Severity|normal |minor
--- Comment #5 from Amir Ladsgroup ladsgroup@gmail.com --- Thank you for your response. I changed priority to lowest but I didn't close it because in my view it's still bug even a little harmless bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
xqt info@gno.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |info@gno.de Component|interwiki.py |General
https://bugzilla.wikimedia.org/show_bug.cgi?id=55128
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jayvdb@gmail.com Assignee|Pywikipedia-bugs@lists.wiki |jayvdb@gmail.com |media.org |
pywikipedia-bugs@lists.wikimedia.org