[Bug 61231] Undefined global WindowsError in version.py

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #10 from Sorawee Porncharoenwase --- Well, I mean my comment is unrelated to the bug, not his comment. Anyway, since Merjin van Deen has filed another bug separately already, let's follow the other bug instead. -- You are receivin

[Bug 61231] Undefined global WindowsError in version.py

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 Merlijn van Deen changed: What|Removed |Added See Also||https://bugzilla.wikimedia.

[Bug 61231] Undefined global WindowsError in version.py

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 Andre Klapper changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #8 from Sorawee Porncharoenwase --- @Russell Blau: This is irrelevant to this bug. It's about tools lab. Normally this problem would not occur because /usr/bin is in $PATH, so calling "git" has no problem. However, in tools web ser

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 Russell Blau changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 xqt changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|---

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #6 from Gerrit Notification Bot --- Change 114988 merged by jenkins-bot: (bug 61231) use OSError as WindowsError does not exist on unix hosts https://gerrit.wikimedia.org/r/114988 -- You are receiving this mail because: You are o

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #5 from Gerrit Notification Bot --- Change 114988 had a related patch set uploaded by Merlijn van Deen: (bug 61231) use OSError as WindowsError does not exist on unix hosts https://gerrit.wikimedia.org/r/114988 -- You are receivi

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are

[Bug 61231] Undefined global WindowsError in version.py

2014-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 Mpaa changed: What|Removed |Added CC||nullzero.f...@gmail.com --- Comment #4 from Mpa

[Bug 61231] Undefined global WindowsError in version.py

2014-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #3 from Russell Blau --- I'd vote for OSError as more general. If you wanted to go the latter route, it would have to be in version.py; putting it in any other module would not work because of namespace issues. -- You are receivi

[Bug 61231] Undefined global WindowsError in version.py

2014-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #2 from Merlijn van Deen --- We can either replace it by OSError, or add try: WindowsError except NameError: class WindowError(OSError): pass somewhere on top (or in pywikibot.exceptions?) -- You are receiving th

[Bug 61231] Undefined global WindowsError in version.py

2014-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61231 --- Comment #1 from Russell Blau --- A little further testing shows that, when starting Python from the command prompt, WindowsError is still undefined (not too surprising, since this is a Linux machine), but evidently importing pywikibot in th