On Fri, Feb 23, 2018 at 2:01 AM, dieter <die...@handshake.de> wrote: > Larry Martell <larry.mart...@gmail.com> 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 > defined -- likely because you did not configure Python's logging > infrastructure (--> "logging" package in Python's standard documentation).
Yes, but this message comes from the import, which happens before any of my code runs. -- https://mail.python.org/mailman/listinfo/python-list