endorno / python-tesseract

Automatically exported from code.google.com/p/python-tesseract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: DLL load failed: The specified module could not be found.

GoogleCodeExporter opened this issue · comments

It was working file but suddenly, i started receiving the error. I think, after 
installing Google App Engine . or depolying the App caused the error

import tesseract producing error

Windows 7 Py2.75 


Traceback (most recent call last):
  File "G:\...........................\Tesseract Examples\test2.py", line 2, in <module>
    import tesseract
  File "C:\Python27\lib\site-packages\tesseract.py", line 26, in <module>
    _tesseract = swig_import_helper()
  File "C:\Python27\lib\site-packages\tesseract.py", line 22, in swig_import_helper
    _mod = imp.load_module('_tesseract', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.

Original issue reported on code.google.com by Safdergr...@gmail.com on 18 Jul 2013 at 12:38

Not very informative.

Have u solved your problem?

Original comment by FreeT...@gmail.com on 10 Nov 2013 at 3:45

Original comment by FreeT...@gmail.com on 13 Jan 2014 at 7:47

  • Changed state: WontFix