When I write a script with libgmail.GmailAccount(x,y)
I get the message: AttributeError: 'module' object has no attribute 'GmailAccount'
If I use any other class besides GmailAccount in libgmail I get the same error. Any help?
These sort of errors come from incorrect importing the libgmail module in your script. It's a Python/'your script' error instead of a libgmail error.
PS, You should use the libgmail mailinglist, it has more libgmail users/devs then this forum.
Stas
Log in to post a comment.
When I write a script with libgmail.GmailAccount(x,y)
I get the message: AttributeError: 'module' object has no attribute 'GmailAccount'
If I use any other class besides GmailAccount in libgmail I get the same error. Any help?
These sort of errors come from incorrect importing
the libgmail module in your script.
It's a Python/'your script' error instead of a libgmail error.
PS, You should use the libgmail mailinglist, it has
more libgmail users/devs then this forum.
Stas