最初,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——>那里几乎没有文件丢失错误,但我不确定如何解决它。
PS:我不是 Python 专业人士