gmail icon indicating copy to clipboard operation
gmail copied to clipboard

AttributeError: 'module' object has no attribute 'login'

Open ronisegoly opened this issue 10 years ago • 5 comments

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?

ronisegoly avatar Aug 24 '15 13:08 ronisegoly

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.

calcutec avatar Oct 03 '15 00:10 calcutec

Having the same problem. @calcutec how did you manually moved the gmail folder to site-packages?

ajdumanhug avatar Dec 28 '15 22:12 ajdumanhug

Having the same issue

adityathebe avatar Apr 29 '17 17:04 adityathebe

Copy the init.py to your working directory and it will work fine.

RajNirmal avatar Jun 03 '17 15:06 RajNirmal

I have the same issue as well

tvieiragoncalves avatar Nov 28 '17 19:11 tvieiragoncalves