[ANN] bzr 2.3.3 released !

Eli Zaretskii eliz at gnu.org
Wed May 25 15:43:39 UTC 2011


> Date: Wed, 25 May 2011 15:51:33 +0200
> From: John Arbash Meinel <john at arbash-meinel.com>
> CC: Eli Zaretskii <eliz at gnu.org>, gzlist at googlemail.com, 
>  bazaar at lists.canonical.com
> 
> >>> I've filed https://bugs.launchpad.net/bzr-windows-installers/+bug/787945
> >>
> >> Thanks.  Until that gets resolved, I should be able to download
> >> paramiko from its site and install it into the site-packages/
> >> directory, right?  (I tried using plink, which worked, but is slower
> >> than paramiko.)
> > 
> > site-packages should work. Please say if it doesn't.

site-packages indeed works, in the sense that "import paramiko" at Pdb
prompt no longer says "no module named paramiko".  But something still
isn't right, because installing paramiko 1.7.1 into site-packages
complains thusly:

  (Pdb) import paramiko
  *** ImportError: No module named randpool

I tried paramiko 1.7.7.1, the latest version, and it complains
differently:

  (Pdb) import paramiko
  *** ImportError: cannot import name util

Maybe I installed it incorrectly?  I unzipped into
site-packages/paramiko/ all the .py files in the paramiko/
subdirectory of paramiko-X.Y.Z.zip -- is that all that is needed?

> bzr-2.3.3-3-setup.exe has been uploaded which fixes the paramiko issue.

Thanks, this solves the bzr+ssh problem.

> We still have a bug that fastimport isn't getting packaged properly

You mean the fastimport Python package?  I have it installed locally,
so I guess this problem should not affect me, right?

Thanks.



More information about the bazaar mailing list