-
Notifications
You must be signed in to change notification settings - Fork 54
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
Unable to import on raspberry pi 3 #21
Comments
Just tried updating my python version to python 3.5 but this also has no success, also tried on my macbook with version 2.7.10 without success |
Thanks for the report. I won't have time to look into this in details until Christmas break, but can you try replacing the imports at the top of your script by: import pushover
from pushover import Client in particular, you should explicitly |
Hello, opening a python with your code: from pushover import init, Client Now I am getting the following error message. Any help would be appreciated. Python 3.4.2 (default, Oct 19 2014, 13:31:11)
Traceback (most recent call last): Thanks a lot, |
I got a freshly installed raspberry and I was trying to install this pushover script
Now I installed it over pip with:
and created the following script
And that results in the following response
My python version used : Python 2.7.13
The text was updated successfully, but these errors were encountered: