Created
May 16, 2012 13:55
-
-
Save pilt/2710518 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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