We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
So code which has been working for some time, is no longer working with python-pushover 1.0 running on Python 3.7.
from pushover import init, Client
Used to work, but now gives the error: "NameError: name 'init' is not defined"
However, doing:
import pushover from pushover import Client
Doesn't work either, giving a "ImportError: cannot import name 'Client' from 'pushover'."
Can you please advise how I should now be importing (and using) this module at version 1.0 under Python 3.7? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
So code which has been working for some time, is no longer working with python-pushover 1.0 running on Python 3.7.
from pushover import init, Client
Used to work, but now gives the error: "NameError: name 'init' is not defined"
However, doing:
import pushover from pushover import Client
Doesn't work either, giving a "ImportError: cannot import name 'Client' from 'pushover'."
Can you please advise how I should now be importing (and using) this module at version 1.0 under Python 3.7? Thank you!
The text was updated successfully, but these errors were encountered: