我正在尝试使用Google CLI(例如“谷歌日历”......)它过去效果不佳,现在因错误诊断而失败。搜索“谷歌日历”实际上比搜索“进化电子邮件”更没用。
我希望人们在命名程序时考虑可搜索性。 /咆哮
我可以在哪个论坛或新闻组发帖提问吗?
如果这里有专家,在我打开浏览器并授权后,该程序会生成:
Traceback (most recent call last):
File "/usr/bin/google", line 839, in <module>
main()
File "/usr/bin/google", line 825, in main
run_once(options, args)
File "/usr/bin/google", line 605, in run_once
authenticated = authenticate(auth_manager, options, config, section_header)
File "/usr/bin/google", line 119, in authenticate
valid_token = auth_manager.retrieve_access_token(display_name, browser)
File "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 180, in retrieve_access_token
self.client.current_token)
File "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 255, in write_access_token
with open(self.tokens_path, 'wb') as tokens_file:
IOError: [Errno 2] No such file or directory: '/home/hbarta/.local/share/googlecl/access_tok_crbmwweb'
非常感谢,
绞纱
答案 0 :(得分:2)
修复方法是创建缺少的目录:mkdir ~/.local/share/googlecl
Google CL的官方网站为http://code.google.com/p/googlecl/ - 您描述并跟踪了您提及的问题here