[ANN] bzr 2.3.3 released !
Eli Zaretskii
eliz at gnu.org
Tue May 24 19:01:08 UTC 2011
> Date: Tue, 24 May 2011 19:50:21 +0100
> From: "Martin (gzlist)" <gzlist at googlemail.com>
> Cc: John Arbash Meinel <john at arbash-meinel.com>, bazaar at lists.canonical.com
>
> 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.
No, it doesn't give any traceback. But I think I know the reason:
there's no paramiko in lib/library.zip. Older versions had it.
Thanks.
More information about the bazaar
mailing list