Não consigo rodar o gtg (fazendo as coisas doem pelo gnome) corretamente

1

Eu instalei o gtg adicionando o ppa ao repositório. Quando eu executo o gtg do terminal, alguns recursos ficam ociosos. Como posso ativar esses recursos?

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
    
por Sina 05.05.2013 / 15:05

1 resposta

0

Mantenedor da GTG aqui. Todos esses recursos são opcionais e fornecem a você como sincronizar com serviços externos como Launchpad, Mantis ou Evolution. Suas dependências estão listadas em README :

=== 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.

Como você pode ver, alguns deles não são mantidos por um longo tempo. Ficaremos felizes se alguém assumir a propriedade. Patches ou qualquer outra contribuição é bem vinda!

Recursos adicionais serão exibidos ao adicionar um novo serviço de sincronização em

Edit -> Synchronization Services

    
por izidor 06.05.2013 / 11:45