I get this warning while running a python program (some basic web automation using selenium):
warning: Debugger speedups using cython not found. Run \'\
Installing PyDev plugin in eclipse doesn't enough to run python (*.py) file. This error will come if Microsoft Visual C++ Compiler for Python 2.7 is not installed, So if you look error message in eclipse console there you can find a link how to install this python compiler, what you can simply do is,
1.Download Microsoft Visual C++ Compiler for Python 2.7 from http://aka.ms/vcpython27
2.Install downloaded package (.msi)
3.Go to command prompt in windows and change directory to "cd python27"
4.Run C:\Users\xyz\
5.Hit enter and wait unless compiler plugin install.
Voila! You have now installed python compiler.
Hope so It will help you. In my case it worked. Thanks!!!