calopter / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Crash after install from .deb on Ubuntu 12.04 #545

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Download 
http://code.google.com/p/googlecl/downloads/detail?name=googlecl_0.9.14-2_all.de
b&can=2&q=
2. Install with: $ sudo dpkg -i Downloads/googlecl_0.9.14-2_all.deb && sudo 
apt-get install -f
3. List google docs documents with: $ google docs list

Crashes with the following traceback:
google docs list
Traceback (most recent call last):
  File "/usr/bin/google", line 991, in <module>
    main()
  File "/usr/bin/google", line 977, in main
    run_once(options, args)
  File "/usr/bin/google", line 667, in run_once
    options.config)
  File "/usr/bin/google", line 430, in import_service
    service_module = import_at_runtime('googlecl.' + service + '.service')
  File "/usr/bin/google", line 388, in import_at_runtime
    return __import__(module, globals(), fromlist=['0'])
  File "/usr/lib/pymodules/python2.7/googlecl/docs/service.py", line 32, in <module>
    import gdata.docs.service
ImportError: No module named gdata.docs.service

Original issue reported on code.google.com by rovanion...@gmail.com on 11 Nov 2013 at 10:09

GoogleCodeExporter commented 8 years ago
You need to install python-gdata

Original comment by jh...@google.com on 11 Nov 2013 at 7:58

GoogleCodeExporter commented 8 years ago
Hmm, that wasn't installed with apt-get install -f. Is it not in the dependency 
list?

Original comment by rovanion...@gmail.com on 11 Nov 2013 at 9:51

GoogleCodeExporter commented 8 years ago
It may not be.  Ubuntu historically had way outdated versions, so a lot of 
people resorted to other means for acquiring python-gdata.

Original comment by jh...@google.com on 11 Nov 2013 at 11:09

GoogleCodeExporter commented 8 years ago
Installing python-gdata solved my issue so make what you want of that.

Original comment by rovanion...@gmail.com on 12 Nov 2013 at 7:53