bernigaud / googlecl

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

docs help broken #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> docs help
Traceback (most recent call last):
  File "./google-cl.py", line 287, in <module>
    main()
  File "./google-cl.py", line 275, in main
    run_interactive(parser)
  File "./google-cl.py", line 144, in run_interactive
    run_once(options, args)
  File "./google-cl.py", line 175, in run_once
    service_module = import_service_module(service)
  File "./google-cl.py", line 93, in import_service_module
    return __import__(service+'.service', globals(), locals(), -1)
  File "/home/jholt/src/googlecl/trunk/src/docs/service.py", line 28, in
<module>
    import gdata.docs.client
ImportError: No module named client

Original issue reported on code.google.com by credenti...@gmail.com on 24 May 2010 at 7:41

GoogleCodeExporter commented 9 years ago
I bet I don't have gdata 2.0 installed.  Maybe we can get a better error 
message.

BTW, are you aware of the EDITOR environment variable?  That's the conventional 
way
the user indicates the editor they prefer (eg., when you do crontab -e to edit 
your
crontab or vipw to edit your /etc/passwd).

Original comment by credenti...@gmail.com on 24 May 2010 at 7:47

GoogleCodeExporter commented 9 years ago
What version of gdata-python-client do you have?

Totally forgot about the EDITOR variable. I'll incorporate that as the default 
editor.

Original comment by tom.h.mi...@gmail.com on 24 May 2010 at 12:30

GoogleCodeExporter commented 9 years ago
Haven't solved the error message, but the EDITOR variable is checked properly.

Original comment by tom.h.mi...@gmail.com on 4 Jun 2010 at 5:16