Tried to split image and kept getting error message

My code is,

import cv2

q = cv2.imread(‘mm.PNG’);
(R,G,B) = cv2.split(q);