I had a similar problem. I solved the problem with the following steps:
1) Window> Settings> PyDev> Translators> Python Interpreter
2) Delete the previous Python Interpreter path
3) Add the "New" Python Interpreter and select the python.exe path
4) Tab "Check libraries" (I found the problem at this step). Check your path, is it true or false? Eclipse detects "C: \ Python27 \ lib", but it should be "C: \ Python27 \ libs" and "C: \ Python27 \ Lib".


source share