Possible Duplicate:
ImportError: No module named bz2 for Python 2.7.2
I run this command:
/usr/bin/python -c "import bz2; print bz2.__doc__"
and result is:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named bz2
also it is exist apt-cache search bz2
libbz2-dev - high-quality block-sorting file compressor library - development
How can i fix this error?