123dipesh / python-tesseract

Automatically exported from code.google.com/p/python-tesseract
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Not very informative.

Have u solved your problem?

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

GoogleCodeExporter commented 8 years ago

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