sftp broken on Cygwin?

John Whitley whitley at acm.org
Mon Jun 26 18:05:05 BST 2006


John Arbash Meinel wrote:
> Can you do
> 	python -c "import paramiko"

Bingo, that nailed it.  Paramiko itself was fine, but I must have  
inadvertently replaced pycrypto with the egg-based version at some  
point.  Windows won't load the DLL code from the .egg file, which in  
turn broke paramiko.  Reinstalling pycrypto by hand did the trick.

Thanks much,
John






More information about the bazaar mailing list