| valhallasw added a comment. |
@Xqt: could you add a breakpoint/print statement to
File "C:\Program Files (x86)\Python36-32\lib\logging\__init__.py", line 994, in emit stream.write(msg)
to figure out which stream this is going to? Is this the console or is it trying to log to a file?
I'm wondering whether this is a weird confusion between our windows console code and the new Python 3.6 console code (see https://vstinner.github.io/python36-utf8-windows.html).
In general, I would not expect the 'charmap' codec to be used anywhere anymore with 3.6, but apparently this is not entirely true.
TASK DETAIL
EMAIL PREFERENCES
To: valhallasw
Cc: Zoranzoki21, Dalba, Aklapper, pywikibot-bugs-list, valhallasw, Xqt, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
Cc: Zoranzoki21, Dalba, Aklapper, pywikibot-bugs-list, valhallasw, Xqt, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
