I'm trying to run the facedetect.py sample code : here
but I don't really understand what are these two line in the import section
from video import create_capture
from common import clock, draw_str
this error is displayed :
from video import create_capture
ImportError: No module named video
What are these libraries and how can I install them?