Bug#652302: python-rhash: cannot be imported

2011-12-19 Thread Aleksey Kravchenko
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

Bug#652302: python-rhash: cannot be imported

2011-12-18 Thread Jakub Wilk
* Aleksey Kravchenko rhash.ad...@gmail.com, 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, ')

Bug#652302: python-rhash: cannot be imported

2011-12-17 Thread Aleksey Kravchenko
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

Bug#652302: python-rhash: cannot be imported

2011-12-15 Thread Jakub Wilk
Package: python-rhash Version: 1.2.8-2 Severity: grave Justification: renders package unusable $ python -c 'import rhash' Traceback (most recent call last): File string, line 1, in module ImportError: No module named rhash -- Jakub Wilk -- To UNSUBSCRIBE, email to