vinitkumar / googlecl

GoogleCL rewrite in __progress__
Other
324 stars 48 forks source link

No module named gdata.photos.service #263

Closed gevrey closed 7 years ago

gevrey commented 7 years ago

cri@wscg8:~/dev/googlecl$ python src/google.py picasa list --title=vinit Traceback (most recent call last): File "src/google.py", line 56, in import googlecl.authenticate File "/home/cri/dev/googlecl/src/googlecl/authenticate.py", line 5, in from gdata.photos.service import PhotosService ImportError: No module named gdata.photos.service

vinitkumar commented 7 years ago

Please run python setup.py install first and then run the command.

gevrey commented 7 years ago

That worked! Thanks.

What are the Google services supported as of today? (anyhow, Photos are the most important to me, so thanks a ton for making it work!)

vinitkumar commented 7 years ago

The support for other services is limited. I haven't got time, yet. But I hope to hack more on it in near future.