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).

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to