When I run goobook ... in zsh (even goobook -h) I get the following error:--
$ goobook
Traceback (most recent call last):
File "/home/eric/anaconda/bin/goobook", line 9, in <module>
load_entry_point('goobook==1.6', 'console_scripts', 'goobook')()
File "/home/eric/anaconda/lib/python2.7/site-packages/setuptools-16.0-py2.7.egg/pkg_resources/__init__.py", line 552, in load_entry_point
File "/home/eric/anaconda/lib/python2.7/site-packages/setuptools-16.0-py2.7.egg/pkg_resources/__init__.py", line 2672, in load_entry_point
File "/home/eric/anaconda/lib/python2.7/site-packages/setuptools-16.0-py2.7.egg/pkg_resources/__init__.py", line 2345, in load
File "/home/eric/anaconda/lib/python2.7/site-packages/setuptools-16.0-py2.7.egg/pkg_resources/__init__.py", line 2351, in resolve
File "/home/eric/anaconda/lib/python2.7/site-packages/goobook/application.py", line 9, in <module>
import gdata.client
File "/home/eric/anaconda/lib/python2.7/site-packages/gdata/client.py", line 35, in <module>
import atom.client
File "/home/eric/anaconda/lib/python2.7/site-packages/atom/client.py", line 25, in <module>
import atom.http_core
ImportError: No module named http_core
goobook was installed via pip. gdata is installed. the strange thing is that if I do
import atom.http_core
in the python prompt I get no error. any ideas?
You received this message because you are subscribed to the Google Groups "goobook" group.
To unsubscribe from this group and stop receiving emails from it, send an email to goobook+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.