Understanding what files in the TCL are required for distributing frozen Python Tkinter apps
- 阅读更多 关于 Understanding what files in the TCL are required for distributing frozen Python Tkinter apps
问题 I'm trying to figure out which files in Python's (Python 2.6/Python 2.7) tcl folder are required in order to distribute frozen Python Tkinter apps using Py2exe or similar. The quick and dirty way to do this (using pyexe as an example) is to follow the 2nd example on the following page and then xcopy your python's tcl folder to your dist folder (as a tcl sub-folder). http://www.py2exe.org/index.cgi/TixSetup The problem with the xcopy tcl technique is that it copies 100's of extra files that