1 | initial version |
so, you somehow managed to get some non-ascii garbage into your python script.
to get rid of that (on windows) use type
on the cmdline, and pipe it into a new file:
type my.py > my2.py
but anyway, you must not use that outdated api, so , throw it away and start from scratch using cv2 !