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

module 'atom' has no attribute 'AtomBase' #8

Open
manibashkas opened this issue Oct 11, 2018 · 0 comments
Open

module 'atom' has no attribute 'AtomBase' #8

manibashkas opened this issue Oct 11, 2018 · 0 comments

Comments

@manibashkas
Copy link

Hi, i have atom version 0.4.1, jupyter notebook version 5.4.0. And have attribute error while importing the gdata module? What's wrong with it? with me?

`AttributeError Traceback (most recent call last)
in ()
1 import gdata.data
2 import gdata.gauth
----> 3 import gdata.contacts.client
4 import gdata.contacts.data

~\Anaconda3\lib\site-packages\gdata\contacts_init_.py in ()
67
68
---> 69 class GDataBase(atom.AtomBase):
70 """The Google Contacts intermediate class from atom.AtomBase."""
71

AttributeError: module 'atom' has no attribute 'AtomBase'`

Best regards.

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