I am am trying to run the Quandl module on a virtualenv which I have uninstalled packages only pandas and then Quandl,
I am running Python 2.7.10 - I have uninstall
Sometimes the quandl module is present with "Quandl" in following location C:\Program Files (x86)\Anaconda\lib\site-packages\Quandl.
But the scripts from Quandl refer to quandl in import statements. So, renaming folder Quandl to quandl worked for me.
New path: "C:\Program Files (x86)\Anaconda\lib\site-packages**quandl**".