-
Notifications
You must be signed in to change notification settings - Fork 386
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
AttributeError: 'module' object has no attribute 'login' #58
Comments
Had the same error when I tried to install using install.py. The script didn't unpack the "gmail" folder with the init.py file which is a second level deep in the project. I moved that manually to the site-packages folder and it is now importing fine. |
Having the same problem. |
Having the same issue |
Copy the init.py to your working directory and it will work fine. |
I have the same issue as well |
I have the library on my ubuntu cloud and it works fine
When installing on my raspberry pie I get this error
AttributeError: 'module' object has no attribute 'login'
Any clue?
The text was updated successfully, but these errors were encountered: