I would like to use Google Cloud Storage Client Library Functions.
For that I have to import cloudstorage
. To get the cloudstorage
I download Google Cloud Storage client library.
I try to import cloudstorage
using python -c "import cloudstorage"
.
I get the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/fghavamian/Documents/PhD_work/Codes/python/convnet_gcloud/cloudstorage/__init__.py", line 20, in <module>
from .api_utils import RetryParams
File "/Users/fghavamian/Documents/PhD_work/Codes/python/convnet_gcloud/cloudstorage/api_utils.py", line 173
except self.retriable_exceptions, e:
^
SyntaxError: invalid syntax
Am I missing something?
except Exception, e
is no longer used) – AlamoImportError: No module named appengine.api
. – Fyn