Re: atws

2018-02-23 Thread Chris Angelico
On Sat, Feb 24, 2018 at 12:41 AM, Larry Martell wrote: > On Fri, Feb 23, 2018 at 8:34 AM, Chris Angelico wrote: >> On Sat, Feb 24, 2018 at 12:08 AM, Larry Martell >> wrote: >>> On Fri, Feb 23, 2018 at 2:01 AM, dieter wrote: Larry Martell writes: > ... > I had 2.2.1. I updated req

Re: atws

2018-02-23 Thread Larry Martell
On Fri, Feb 23, 2018 at 8:34 AM, Chris Angelico wrote: > On Sat, Feb 24, 2018 at 12:08 AM, Larry Martell > wrote: >> On Fri, Feb 23, 2018 at 2:01 AM, dieter wrote: >>> Larry Martell writes: ... I had 2.2.1. I updated requests to 2.18.4 and now when I import atws I get: No h

Re: atws

2018-02-23 Thread Chris Angelico
On Sat, Feb 24, 2018 at 12:08 AM, Larry Martell wrote: > On Fri, Feb 23, 2018 at 2:01 AM, dieter wrote: >> Larry Martell writes: >>> ... >>> 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" >> >> This is a

Re: atws

2018-02-23 Thread Larry Martell
On Fri, Feb 23, 2018 at 2:01 AM, dieter wrote: > Larry Martell writes: >> ... >> 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" > > This is a warning (only), telling you that the "atws" package wants > to l

Re: atws

2018-02-22 Thread dieter
Larry Martell writes: > ... > 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" This is a warning (only), telling you that the "atws" package wants to log a message but there is not corresponding logging handler

Re: atws

2018-02-22 Thread Chris Angelico
On Fri, Feb 23, 2018 at 2:06 AM, Larry Martell wrote: > On Thu, Feb 22, 2018 at 2:00 AM, Chris Angelico 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 y

Re: atws

2018-02-22 Thread Larry Martell
On Thu, Feb 22, 2018 at 10:25 AM, Mark Lawrence wrote: > On 22/02/18 15:06, Larry Martell wrote: >> >> On Thu, Feb 22, 2018 at 2:00 AM, Chris Angelico wrote: >>> >>> On Thu, Feb 22, 2018 at 5:27 PM, Larry Martell >>> wrote: I want to use the atws package (https://atws.readthedocs.

Re: atws

2018-02-22 Thread Mark Lawrence
On 22/02/18 15:06, Larry Martell wrote: On Thu, Feb 22, 2018 at 2:00 AM, Chris Angelico wrote: On Thu, Feb 22, 2018 at 5:27 PM, Larry Martell wrote: I want to use the atws package (https://atws.readthedocs.io/readme.html). I am using python 2.7.6 on ubuntu-trusty-64 3.13.0-87-generic. I get t

Re: atws

2018-02-22 Thread Larry Martell
On Thu, Feb 22, 2018 at 2:00 AM, Chris Angelico wrote: > On Thu, Feb 22, 2018 at 5:27 PM, Larry Martell > wrote: >> I want to use the atws package >> (https://atws.readthedocs.io/readme.html). I am using python 2.7.6 on >> ubuntu-trusty-64 3.13.0-87-generic. I get this error when importing >> th

Re: atws

2018-02-21 Thread Mark Lawrence
On 22/02/18 06:27, Larry Martell wrote: I want to use the atws package (https://atws.readthedocs.io/readme.html). I am using python 2.7.6 on ubuntu-trusty-64 3.13.0-87-generic. I get this error when importing the package: import atws Traceback (most recent call last): File "", line 1, in

Re: atws

2018-02-21 Thread Chris Angelico
On Thu, Feb 22, 2018 at 5:27 PM, Larry Martell wrote: > I want to use the atws package > (https://atws.readthedocs.io/readme.html). I am using python 2.7.6 on > ubuntu-trusty-64 3.13.0-87-generic. I get this error when importing > the package: > import atws > Traceback (most recent call last)