Press enter to see results or esc to cancel.

DeprecationWarning: the sha module is deprecated; use the hashlib module instead”

Eger asagidaki gibi hatalar aliyorsaniz yapmaniz gereken sisteminize python 2.5 yuklemek ve yine asagidaki degisikligi yapmaniz gerekmektedir.

hatalar;

SA dbg: pyzor: failure to parse response “/usr/lib/pymodules/python2.6/pyzor/__init__.py:11: DeprecationWarning: the sha module is deprecated; use the hashlib module instead”

SA dbg: pyzor: failure to parse response “/usr/lib/pymodules/python2.6/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5

yapilmasi gereken;

apt-get install python2.5 python2.5-dev python2.5-minimal

vim /usr/bin/pyzor

satirini

#!/usr/bin/python 

asagidaki sekilde degistirelim

#!/usr/bin/python2.5

Sistemde python 2.6 yuklu oldugu icin ve calistirmak istedigi icin bu hatayi aliyorsunuz.

Sevgiler.