← Back to team overview

bzr-windows team mailing list archive

bzr 2.2 installer

 

Hi Gary,

While I've tested new installer for bzr 2.2 and bzr.exe containing Python 2.6 inside I've noticed DeprecationWarning caused by PyCrypto, like that:

C:\Python26\lib\site-packages\Crypto\Hash\SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module ins
tead
  from sha import *
C:\Python26\lib\site-packages\Crypto\Hash\MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import *

I can't find newer PyCrypto installer for Python 2.6 with this problem fixed, so maybe we need to patch PyCrypto installed on the machine where installer is built to avoid this warnings. They're very boring because they're pop-up on every bzr+ssh/sftp access via paramiko (our default on Windows).

Alexander

--
All the dude wanted was his rug back



Follow ups