I am using Python 3.7.0 with tkinter to create an executable GUI
I've tried PyInstaller to create the executable GUI it does't throw an error but when I run the program windows shows an error message.
When I click show problem details this is what it shows:
Problem Event Name: APPCRASH
Application Name: Jpeg-Raw_WizardGUI.exe
Application Version: 0.0.0.0
Application Timestamp: 5a2e9f94
Fault Module Name: ucrtbase.DLL
Fault Module Version: 10.0.10240.16390
Fault Module Timestamp: 55a5bf73
Exception Code: 40000015
Exception Offset: 0007d85a
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 2057
Additional Information 1: c89f
Additional Information 2: c89f96664d7d2cd53e94623624561d56
Additional Information 3: 25d2
Additional Information 4: 25d26db9b8f08829e05b4d3e158d5678
I've tried searching online and have not found a solution
Thanks in advance