XZise lowered the priority of this task from "Unbreak Now!" to "Low". XZise added a comment.
With https://phabricator.wikimedia.org/rPWBCba891785caed9bc9ee876a717b5b41d46a556f51 this problem should be largely solved. The issue is simply that when someone imports `pywikibot` and a `RuntimeError` in `pywikibot.config2` occurs that it successfully imported `pywikibot.tools` and `pywikibot.logging` which stay imported. When then something imports `pywikibot` again it doesn't import and run these two packages so `pywikibot` itself doesn't get initialized. So by forcing a reimport of those packages this should be fixed. TASK DETAIL https://phabricator.wikimedia.org/T113161 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: XZise, gerritbot, Aklapper, pywikibot-bugs-list, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
