Guest User

Untitled

a guest
Aug 31st, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. runfile('C:/Users/USharma/.spyder2/temp.py', wdir='C:/Users/USharma/.spyder2')
  2. Traceback (most recent call last):
  3.  
  4. File "<ipython-input-1-428ef9172069>", line 1, in <module>
  5. runfile('C:/Users/USharma/.spyder2/temp.py', wdir='C:/Users/USharma/.spyder2')
  6.  
  7. File "C:\Users\USharma\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 714, in runfile
  8. execfile(filename, namespace)
  9.  
  10. File "C:\Users\USharma\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 74, in execfile
  11. exec(compile(scripttext, filename, 'exec'), glob, loc)
  12.  
  13. File "C:/Users/USharma/.spyder2/temp.py", line 22, in <module>
  14. solution = solve("E:/captcha1.png")
  15.  
  16. File "C:/Users/USharma/.spyder2/temp.py", line 12, in solve
  17. pytesseract.image_to_string(Image.open(captcha))
  18.  
  19. File "C:\Python27\Scripts\pytesseract.py", line 161, in image_to_string
  20. config=config)
  21.  
  22. File "C:\Python27\Scripts\pytesseract.py", line 94, in run_tesseract
  23. stderr=subprocess.PIPE)
  24.  
  25. File "C:\Users\USharma\Anaconda2\lib\subprocess.py", line 711, in __init__
  26. errread, errwrite)
  27.  
  28. File "C:\Users\USharma\Anaconda2\lib\subprocess.py", line 959, in _execute_child
  29. startupinfo)
  30.  
  31. WindowsError: [Error 2] The system cannot find the file specified
Add Comment
Please, Sign In to add comment