jayvdb added a subscriber: jayvdb. jayvdb added a comment. @multichill, if the user uses `pwb.py`, the requests error message is the same as the previous httplib2 error message:
https://github.com/wikimedia/pywikibot-core/commit/952665acaa9ab2dd1a78cb4a935f3b5743941913#diff-f15f62388b2fa48d5a3f9f09dbafceffL143 The change was here: https://gerrit.wikimedia.org/r/#/c/213977/ As xZise points out, the code is already giving basic instructions. IMO 'code' the goes far enough. pip is now the official package installer, and was backported to be part of the official Python 2.7.10 distribution. We also have a `requirements.txt` that can be used with pip, and `python setup.py install` also works. The use of `requirements.txt` is mentioned on https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation#Dependencies . However that page is a awful mess. TASK DETAIL https://phabricator.wikimedia.org/T107193 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: jayvdb, XZise, Aklapper, pywikibot-bugs-list, Multichill, Spage, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
