Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Users/XenoSprinkle/Desktop/Reddit bots/transcriber bot/tesseract.py", line 9, in <module>
  3. text = pytesseract.image_to_string(im)
  4. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pytesseract/pytesseract.py", line 161, in image_to_string
  5. config=config)
  6. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pytesseract/pytesseract.py", line 94, in run_tesseract
  7. stderr=subprocess.PIPE)
  8. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
  9. errread, errwrite)
  10. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
  11. raise child_exception
  12. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement