我通过将ppa添加到存储库来安装gtg。当我从终端运行gtg时,有些功能会闲置。我如何激活这些功能?
2013-05-05 17:27:15,934 - WARNING - __init__:__init__:77 - Backend backend_twitter could not be loaded: No module named tweepy.models
2013-05-05 17:27:15,937 - WARNING - __init__:__init__:77 - Backend backend_rtm could not be loaded: No module named dateutil.tz
2013-05-05 17:27:15,991 - WARNING - __init__:__init__:77 - Backend backend_evolution could not be loaded: No module named evolution
2013-05-05 17:27:15,991 - WARNING - __init__:__init__:77 - Backend backend_mantis could not be loaded: No module named suds.client
2013-05-05 17:27:15,992 - WARNING - __init__:__init__:77 - Backend backend_launchpad could not be loaded: No module named launchpadlib.launchpad发布于 2013-05-06 09:45:15
这里是GTG的维护者。所有这些功能都是可选的,并为您提供了如何与Launchpad、Mantis或进化等外部服务同步的方法。它们的依赖项在自述文件中列出:
=== Dependencies for Synchronization Services ===
Evolution synchronization service has dependencies:
* python-evolution
* python-dateutil
Because of a bug in PyGTK (see https://bugs.launchpad.net/gtg/+bug/936183),
the synchronization service freezes GTG and the synchronization service can't be used.
MantisBT synchronization service has a dependency:
* python-suds
Launchpad synchronization service has a dependency:
* python-launchpadlib
Gnote and Tomboy synchronization services has no external dependency.
Identica and Twitter synchronization services are shipped with the local
version of Tweety library.
Remember the Milk synchronization service is shipped with a library for RTM api.
It has an external dependency:
* python-dateutil
Remember the Milk is not maintained for a long time and might be potentially harmful.正如你所看到的,其中一些已经很长一段时间没有主修了。如果有人取得所有权,我们会很高兴的。欢迎补丁或任何其他贡献!
中添加新的同步服务时将显示其他功能。
编辑->同步服务
https://askubuntu.com/questions/291015
复制相似问题