I prepared the script for a GUI using Tkinter that is working well when I run it as a script. But I wish to share my application to others who don't have Python installed on their computer. The 'python setup.py build' is running without error and creates the required directories and files', but gives lot of errors when I run the .exe file.
The packages that I'm importing in the script are:
#gdal
#Tkinter
#cv2
#sklearn
I'm using a Windows 7 professional Service Pack 1, 32-bit machine.
#Python version : 3.5.5
#cx_Freeze version: 4.3.3