要运行Google联系人API,请使用以下库:
import atom.data
import gdata.data
import gdata.contacts.client
import gdata.contacts.data
问题是这些库没有正确安装。
我遇到了这类错误。
1) AttributeError: module 'atom' has no attribute 'LinkFinder'
2) ImportError: No module named core
有什么解决办法可以正确导入库?
如何正确安装这些库以执行我的代码?
编辑
我想知道在安装atom
和gdata
之后如何消除这些错误。