I\'m using opencv 2.4.2, python 2.7
The following simple code created a window of the correct name, but its content is just blank and doesn\'t show the image:
If you choose to use "cv2.waitKey(0)", be sure that you have written "cv2.waitKey(0)" instead of "cv2.waitkey(0)", because that lowercase "k" might freeze your program too.