Can error about Paramiko and GIO modules be ignored?

Asked by Otto Kekäläinen

Each time I run Duplicity the two first lines of output is:
Import of duplicity.backends.giobackend Failed: No module named gio
Import of duplicity.backends.sshbackend Failed: No module named paramiko

The rest of the output is OK and everything works. I use rsync:// for the target.

Can these error messages be safely ignored?

If not, what packages in Ubuntu shall I install to satisfy these dependencies? Could the error message be changed to hint those package names?

If yes, should I file a bug that these errors shall not be shown unless the target is SFTP/SSH?

Question information

Language:
English Edit question
Status:
Solved
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Solved by:
Kenneth Loafman
Solved:
Last query:
Last reply:
Revision history for this message
Best Kenneth Loafman (kenneth-loafman) said :
#1

Yes, these can be safely ignored since you're using rsync for transport.

...Ken

On Thu, Apr 4, 2013 at 1:56 AM, Otto Kekäläinen
<email address hidden> wrote:
> New question #225839 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/225839
>
> Each time I run Duplicity the two first lines of output is:
> Import of duplicity.backends.giobackend Failed: No module named gio
> Import of duplicity.backends.sshbackend Failed: No module named paramiko
>
> The rest of the output is OK and everything works. I use rsync:// for the target.
>
> Can these error messages be safely ignored?
>
> If not, what packages in Ubuntu shall I install to satisfy these dependencies? Could the error message be changed to hint those package names?
>
> If yes, should I file a bug that these errors shall not be shown unless the target is SFTP/SSH?
>
> --
> You received this question notification because you are a member of
> duplicity-team, which is an answer contact for Duplicity.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~duplicity-team
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~duplicity-team
> More help : https://help.launchpad.net/ListHelp

Revision history for this message
Otto Kekäläinen (otto) said :
#2

Thanks Kenneth Loafman, that solved my question.