Ich habe ein Python openCV-basiertes OCR-System entwickelt und eine .exe-Datei mit py2exe erzeugt. Das Problem ist, es zeigt eine Fehlermeldung auf mehreren Windows-Systemen.py2exe generiert .exe zeigt Fehlermeldung auf Windows-Systemen
Fehlermeldung:
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
Jede Art von Hilfe wird sehr geschätzt werden ....... Vielen Dank im Voraus ...
Wie genau haben Sie die .exe und auf welcher Art von System erstellt? – rocksteady
Ich habe .exe-Datei mit py2exe-Modul von Python auf Windows 7-Betriebssystem erstellt ..... Python-Version verwendet wurde 2.7 –
Da mein System ist von x64 Bit, aber ich habe das Programm auf x86-Plattform entwickelt. –