I am using PyDev for Eclipse, and shows a few red underlines as erros for wrong imports. However, these imports work. I can start the script with F9, and use the Classes fro
Assuming this code works elsewhere and the directory is in tact, you probably just have to rebuild which is pretty common with eclipse projects. To achieve this, navigate to the rebuild option under Project >> Clean.
EDIT: It is unlikely, but you may have to restart eclipse in order to make it work.