Python --> Pyinstaller - .exe File Will Return "test Returned -1"
[1] The code is: import Tkinter from Tkinter import * # Create Tk instance root = Tkinter.Tk(className='test') # Open Notepad def openNotepad(): import pywinauto app = p
Solution 1:
By commenting out the line starting with: excludedimports in files \PyInstaller\hooks\hook-PIL.py and hook-PIL.SpiderImagePlugin.py, the problem was solved.
Post a Comment for "Python --> Pyinstaller - .exe File Will Return "test Returned -1""