我开发了一个基于python openCV的OCR系统,并使用py2exe生成了一个.exe文件。 问题是它在几个Windows系统上显示错误消息。
错误讯息:
Exception in Tkinter callback
Traceback <most recent call last>:
File "Tkinter.pyc", line 1536, in __call__
File "gui_tes3.py", line 89, in VerifyDocument
File "gui_test3.py", line 37, in OCR
File "pytesseract\pytesseract.pyc", line 94, in run_tesseract
File "pytesseract\pytesseract.pyc", line 161, in image_to_string
File "subprocess.pyc", line 710, in __init__
File "subprocess.pyc", line 958, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified
任何形式的帮助都将受到高度赞赏....... 提前谢谢......
答案 0 :(得分:0)
也许它不是一个选项,但py2exe并不是市场上唯一的工具。
使用PyInstaller怎么样?在这个question中也没有给出答案,但是提到在切换到PyInstaller后,一切都运行得很好。 试试吧。