<div dir="ltr">On Sat, Mar 19, 2016 at 9:07 AM, billinghurst <span dir="ltr"><<a href="mailto:billinghurstwiki@gmail.com" target="_blank">billinghurstwiki@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Since I converted my (pywikbot) bot to use oauth authentication, it is<br>
failing on its cronjob due to not authenticating.<br>
<br>
ERROR: OAuth authentication not supported: No module named requests_oauthlib<br></blockquote><div><br></div><div>It appears in some quick checking that the system-wide python-requests-oauthlib package is not available on the default precise hosts, but is on trusty (and tools-login runs on trusty). Try adding "-l release=trusty" to your job submission.<br><br></div><div>I also note that python-requests-oauthlib isn't explicitly installed at all, it's only being pulled in because it's a dependency of python-twitter. Someone should probably file a task requesting that it be installed explicitly.<br><br></div><div>Or you might be able to install it in python's virtualenv for your bot/account, but don't ask me how to do that because I don't know anything about it besides that it exists. ;)<br></div></div></div></div>