最初,import tesseract
运作良好。使用Google App Engine SDK(安装/部署)后,编辑我的文件以检查结果并使用一些内部代码,import python
开始显示此错误:
Traceback (most recent call last):
File "C:\Users\HEAA\Desktop\ocr2.py", line 9, 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.
我在Windows 7上,python 2.7.5。
我该怎么做才能解决这个问题?
重新安装了python。
卸载了googleAppEngine。
已安装depends22_x86。使用“depends22_x86”测试tesseract.pyd - &gt;那边有很少的文件丢失错误,但我不确定如何解决它。
PS:我不是Python的专业人士