After 'apt-get upgrade' and removing some python packages I've got this
error. So, thanks for reporting it!
The bug is caused by python-rhash*.deb having being built without
python2 support.
signature.asc
Description: OpenPGP digital signature
* Aleksey Kravchenko , 2011-12-18, 14:05:
Can't reproduce the bug.
The following script perfectly works after installing python-rhash and
librhash0:
--- start of test_rhash.py ---
import rhash
hasher = rhash.RHash(rhash.CRC32, rhash.MD5)
hasher.update('Hello, ')
hasher.update('world!')
hasher
Can't reproduce the bug.
The following script perfectly works after installing
python-rhash and librhash0:
--- start of test_rhash.py ---
import rhash
hasher = rhash.RHash(rhash.CRC32, rhash.MD5)
hasher.update('Hello, ')
hasher.update('world!')
hasher.finish()
print hasher.HEX(rhash.CRC32)
print
Package: python-rhash
Version: 1.2.8-2
Severity: grave
Justification: renders package unusable
$ python -c 'import rhash'
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named rhash
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.
4 matches
Mail list logo