I am using the python 2.7.13 shell, as you can see in the code below, I have installed speechrecognition, but it isn't showing up.
>>> pip.main (['install','speechrecognition'])
Requirement already satisfied: speechrecognition in
c:\python27\lib\site-packages
0
>>> import speechrecognition
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import speechrecognition
ImportError: No module named speechrecognition
>>>