I'm using mac and installing python-docx using pip. I went into C:\Python27\Scripts and ran
pip install python-docx
I thought it should have been installed.
But when i run a simple import
from docx import Documents
it ran into an
ImportError: No module named docx
when i checked the modules installed using pip using pip list
python-docx 0.8.11 is installed.
Why is this happening?