Hello I\'m trying to run twisted along with python but python cannot find twisted.
I did run $pip install twisted
I too was getting a ImportError: No module named xxxeven though I did a pip install xxx and pip2 install xxx. pip2.7 install xxx worked for me. This installed it in the python 2.7 directory.
ImportError: No module named xxx
pip install xxx
pip2 install xxx
pip2.7 install xxx