Reputation: 83
Currently when I use cx_freeze to build my python script, it runs the build and creates it, but when you go to run the exe it comes up with the below error...
My setup.py script looks like the below...
After the setup.py has run it creates the below files along with the exe...
When you run the MOSIEwin.exe I get the above error, I really do not understand as to why its not finding Tkinter as it looks to be importing it in the package?
Any help would be appreciated :)
Thanks
Upvotes: 0
Views: 156