I installed H5py package which was downloaded from https://pypi.python.org/pypi/h5py/2.5.0 on my IDLE (version 2.7). but when I open IDLE and write import h5py it gives error below:Traceback (most recent call last): File "", line 1, in import h5py File...