Kevin Walzer wrote: > The apps I've seen created by py2exe aren't single-file at all, the > install folder is full of files besides the main program. I'm looking > for a solution that stuffs all libraries, scripts, and the Python > runtime into one file.
For full control, and truly single-binary executables, I recommend to use freeze itself. It takes a bit more work, but also gives better results. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list