Grzegorz Dostatni wrote:
> Is there a way to tell freeze to create a statically linked executable?
> Freeze commandline does not appear to have that option. I'm sure that in a
> day or two I can figure out the Makefile it generates and perhaps
> substitute the object files to create what I need, bu
Cheers.
I am trying to create a single executable that contains my program. Due to
legal issues I was unable to use a dynamically linked python executable.
Over the last couple of weeks I managed to create a statically linked
python executable that contains everything we need (Qt, ssl, bz2, etc)