Thibauth / python-pushover

Comprehensive bindings and command line utility for the Pushover notification service
GNU General Public License v3.0
182 stars 53 forks source link

cli.py Import Error #31

Open apwelsh opened 5 years ago

apwelsh commented 5 years ago

ImportError: cannot import name 'Pushover' from 'pushover' (/usr/local/lib/python3.7/site-packages/pushover.py)

I have the above error in my scripts recently. Coming here, I tried using cli.py, but I get the same error. I installed with pip3 install python-pushover without issue, after removing it first, to try an clear and cruft from the install path. Still have this issue.