[ANN] bzr 2.3.3 released !

Martin (gzlist) gzlist at googlemail.com
Tue May 24 18:50:21 UTC 2011


On 24/05/2011, Eli Zaretskii <eliz at gnu.org> wrote:
>
>   bzr: ERROR: Don't know how to handle SSH connections. Please set BZR_SSH
> environment variable.
>
> The traceback is below.  Why does it suddenly want BZR_SSH?  Paramiko
> is supposed to be able to do without, right>

The implication here is that paramiko could not be imported. Try
setting BZR_PDB and running the command again to see if you can get
more information.

    C:\>set BZR_PDB=1

    C:\>bzr info lp:bzr
    bzr: ERROR: Don't know how to handle SSH connections. Please set
BZR_SSH environment variable.
    **** entering debugger
    > ...\bzrlib\transport\ssh.py(166)get_vendor()
    -> raise errors.SSHVendorNotFound()
    (Pdb) p paramiko
    None
    (Pdb) p _paramiko_version
    (0, 0, 0)
    (Pdb) import paramiko
    *** ImportError: No module named paramiko

Hopefully the last statement gives you a traceback pointing at the issue.

Martin



More information about the bazaar mailing list