← Back to team overview

bzr-mac team mailing list archive

No Paramiko in the Snow Leopard Installer?

 

Hi, I'm not sure if paramiko and pycrypto are supposed to be installed
by default in Snow Leopard, but I noticed that the Bzr Snow Leopard
installer for V2.0.0 does not include them, and thus unless they are
installed by default in Snow Leopard, SFTP will fail. The Leopard
install package does contain them. I realised this morning as I went
to push my branch and SFTP failed. I had manually erased my
site-packages directory to fix my previous error message but had
reinstalled from the snow leopard install package (did I delete the
default paramiko?).

I've manually downloaded paramiko V1.7.5 (newer than the v1.7.4
included with the Leopard package), installed it and everything is
fine, though I get these warnings:

/Library/Python/2.6/site-packages/pycrypto-2.0.1-py2.6-macosx-10.6-universal.egg/Crypto/Hash/SHA.py:6:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
  import warnings
/Library/Python/2.6/site-packages/pycrypto-2.0.1-py2.6-macosx-10.6-universal.egg/Crypto/Hash/MD5.py:6:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import warnings

Wouldn't it be better to have these core dependencies included?

Thank you, Ian A.