qbzrが0.12でPyQt 4.3.x系のサポートを打ちきるよ、という話があるので、
PyQtのサイトを見にいったら、Python 2.5系のバイナリは4.4.3までしかリリースされていなかった。
しばらくは大丈夫そうだけど、そろそろ2.6系に移行してみることにした。
- python-2.6.2.msi
- PyQt-Py2.6-gpl-4.5.1-1.exe
- pycrypto-2.0.1.win32-py2.6.exe
- pywin32-214.win32-py2.6.exe
- bzr-1.16.1-1.win32-py2.6.exe
- qbzr-setup-0.12.exe
- paramiko-1.7.4.zip
インストールしたのは上記パッケージ。
paramikoだけはソースからインストール。
C:\Python26\lib\site-packages\Crypto\Hash\SHA.py:6: DeprecationWarning: the sha module is deprecated ; use the hashlib module instead 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 * Connected (version 2.0, client OpenSSH_4.3)
使っていて気になるのは上記警告くらい。