python openCV 기반 OCR 시스템을 개발했으며 py2exe를 사용하여 .exe 파일을 생성했습니다. 문제는 여러 Windows 시스템에 오류 메시지가 표시된다는 것입니다.py2exe generated .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
도움의 모든 종류가 높게 평가 될 것이다 ....... 사전에 감사합니다 ...
정확히 어떻게 .exe를 만들고 어떤 시스템으로 만들었습니까? – rocksteady
Windows 7 운영 체제에서 python의 py2exe 모듈을 사용하여 .exe 파일을 만들었습니다 ..... 사용 된 Python 버전은 –
입니다. 내 시스템은 x64 비트이기 때문에 x86 플랫폼에서 프로그램을 개발 했으므로. –