atws

Chris Angelico rosuav at gmail.com
Thu Feb 22 13:40:43 EST 2018


On Fri, Feb 23, 2018 at 2:06 AM, Larry Martell <larry.martell at gmail.com> wrote:
> On Thu, Feb 22, 2018 at 2:00 AM, Chris Angelico <rosuav at gmail.com> wrote:
>> For reference, here's the version of requests that I have (which does
>> have that exception available):
>>
>>>>> import requests
>>>>> requests.__version__
>> '2.18.4'
>>
>> What's yours?
>
> I had 2.2.1. I updated requests to 2.18.4 and now when I import atws I get:
>
> No handlers could be found for logger "atws.connection"

Cool! Sounds like it's all working then. Yay for backward
compatibility in requests, so it didn't demand lots of other upgrades
:)

ChrisA



More information about the Python-list mailing list