Sure, I can Summarise. So here's what I need to do - I've created a fairly simple GUI program using easygui for python, and now all I need to do is put it into a .exe using cx_freeze.
Here's what I've done - I have created a setup.py , and removed the exclude Tkinter line(needed for easygui) and done all the needed methods to perform the script freeze. Here's The Problem - Here's the steps I perform to freeze the script Open CMD>>Type In D: >>CD D:\Python >> Python setup.py build. That's how I freeze it. However when I go to the build folder and get the .exe I run it. But I get an error saying TCL may not be installed correctly... Whats TCL? Thanks for your help. - Joseph ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
