In general, use build, but in most cases where you're using cx_Freeze, it
won't make a difference, I think.

In distutils, build is a master command which runs:
- build_clib
- build_ext
- build_py
- build_scripts
(see
http://docs.python.org/2/distutils/apiref.html#module-distutils.command.build)

cx_Freeze adds build_exe, and modifies build to run that as well. So in
principle, your setup script could list modules and packages as well as
executables, and running build would prepare them all. There's rarely a
need for that, though.

Best wishes,
Thomas


On 6 October 2013 23:47, Pietro Moras <studio...@hotmail.com> wrote:

>  Can anyone tell me the difference between cx_Freeze “Distutils” commands:
>
> 'build' and 'build_exe' ?
>
> When to use one, when the other, and why?
> Thank you.
>
> - P-M.
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to