[ANN] bzr 2.3.3 released !

Alexander Belchenko bialix at ukr.net
Thu May 26 07:39:13 UTC 2011


25.05.2011 20:03, John Arbash Meinel пишет:
> On 5/25/2011 5:43 PM, Eli Zaretskii wrote:
> 
>> 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:
> 
> randpool would be coming from Python-Crypto. Which I thought did get
> bundled. That might be why 1.7.7.1 was released, though.

Yep, Pramiko required PyCrypto, and the latter has compiled
C-extensions, maybe Python-Crypto is different Python-only library, I
don't know. So you needed to "install" PyCrypto as well. If you have
Python-based installer for PyCrypto then it won't install because it
needs real Python installation. All you need then is open python-based
installer as ZIP archive and unpack its content. I hope this hack will
be useful for you or any other people when they will need to "install"
something into Bazaar\site-packages\. Just be sure you're using
C-extensions compiled for Python 2.6, because bzr.exe has Python 2.6
bundled inside. It's easy to see in the output of
`bzr version`.

-- 
All the dude wanted was his rug back



More information about the bazaar mailing list