I am currently using PyCharm with Python version 3.4.3 for this particular project.
This PyCharm previously had Python2.7, and I upgraded to 3.4.3.
I am tryi
Running the pip install xlrd completed the installation, but that did not resolve the "no named module named xlrd" error.
pip install xlrd
Copying the xlrd folder to the same folder where the .py programs are stored, resolved this issue.