OpenCV VideoCapture Not Opening

I'm trying to use OpenCV's cv2 python bindings on an Amazon server running Ubuntu 14.04 and I can't seem to get VideoCapture to work properly. I tried opening the default capture as follows: impo...