Skip to content

Instantly share code, notes, and snippets.

@pilt
Created May 16, 2012 13:55
Show Gist options
  • Select an option

  • Save pilt/2710518 to your computer and use it in GitHub Desktop.

Select an option

Save pilt/2710518 to your computer and use it in GitHub Desktop.
>>> import boto
>>> boto.__version__
'2.4.0'
>>> boto.connect_cloudsearch()
Traceback (most recent call last):
File "<ipython-input-7-3f612380cada>", line 1, in <module>
boto.connect_cloudsearch()
File "/Users/sp/.virtualenvs/mem-backend/lib/python2.7/site-packages/boto/__init__.py", line 552, in connect_cloudsearch
from boto.cloudsearch.layer2 import Layer2
ImportError: No module named cloudsearch.layer2
$ tar tzf boto-2.4.0.tar.gz | grep cloudsearch
boto-2.4.0/docs/source/ref/cloudsearch.rst
boto-2.4.0/docs/source/cloudsearch_tut.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment