Traceback (most recent call last):
File"//192.168.1.241/Share/yan/cv_parser/textYan.py", line 9, in <module>
code = pytesseract.image_to_string(image)
File"D:\python27\lib\site-packages\pytesseract\pytesseract.py", line 193, in image_to_string
return run_and_get_output(image, 'txt', lang, config, nice)
File"D:\python27\lib\site-packages\pytesseract\pytesseract.py", line 130, in run_and_get_output
temp_name, img_extension = save_image(image)
File"D:\python27\lib\site-packages\pytesseract\pytesseract.py", line 86, in save_image
image.save(input_file_name, format=img_extension, **image.info)
File"D:\python27\lib\site-packages\PIL\Image.py", line 1406, insave
self.load()
File"D:\python27\lib\site-packages\PIL\ImageFile.py", line 189, in load
d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
File"D:\python27\lib\site-packages\PIL\Image.py", line 385, in _getdecoder
raise IOError("decoder %s not available" % decoder_name)
IOError: decoder zip not available