jayvdb added a comment. @xqt, could you explain why 'pip install requests' doesnt work for you. You added <https://www.mediawiki.org/w/index.php?title=Manual:Pywikibot/Version_table&diff=prev&oldid=1523390> that pip was working to the Version table. And we have Win32 builds running on Appveyor, and those builds install requests without a problem. https://ci.appveyor.com/project/jayvdb/pywikibot-core/build/1.0.fix-appveyor.239
Another way to install requests is here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#requests Maybe that works for you...? In https://phabricator.wikimedia.org/T101228#1334767, @valhallasw wrote: > In this specific situation, I think it might be advisable to actually have > this change in 2.1, not in 2.0. Then current users can switch to the 2.0 > branch safely, and we can work on 2.1 without worrying about changes such as > these. Users who are switching from compat to core are switching to a http library, either httplib2 or requests makes little difference. If the benefit is that httplib2 was in externals, and therefore it runs without any dependencies needing to be installed, we need to evaluate whether that is necessary. What is causing the problems. If it is necessary to assist the switch to core, why not add externals/requests instead of externals/httplib2? TASK DETAIL https://phabricator.wikimedia.org/T101228 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: valhallasw, gerritbot, XZise, Betacommand, jayvdb, Xqt, Aklapper, pywikipedia-bugs _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
