Skip to content
New issue

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

NameError: name 'init' is not defined #28

Open
abeburnett opened this issue Jan 17, 2019 · 0 comments
Open

NameError: name 'init' is not defined #28

abeburnett opened this issue Jan 17, 2019 · 0 comments

Comments

@abeburnett
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant