Hi, everyone.

How could I bundle everything, including the Python interpreter with
cx_Freeze.
Like py2exe does (with option bundle_files=2.)

Reference http://www.py2exe.org/index.cgi/SingleFileExecutable

I try to set  build_exe = {
        'copy_dependent_files': False,
        'create_shared_zip': False,
        'append_script_to_exe': True,
        'include_in_shared_zip': False,
}

It create small one executable file, and  it is not standalone.

Do you have any idea for this feature?

Thanks
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to