<div dir="ltr">Hi Folks - new to python and trying to run an API. Running version 2.7.3. on Windows 7 machine.<div><br></div><div> Here is the scenario for the given API (FRED API in this case):<div><br></div><div>easy_install Fred from C:\ - this installs to C:\site packages</div><div><br></div><div>then I fire up the python shell and run file created for fred api:</div><div><br></div><div><div>from fredapi import Fred</div><div>fred = Fred(api_key='my api key')</div><div>data = fred.get_series('SP500')</div></div><div><br></div><div>keep getting below error message: </div><div>ImportError: cannot import name Fred<br></div><div><br></div><div>thanks for any suggestions!</div><div> </div></div></div>