Binary generation with distutils? (Freeze, py2exe, etc.)

Magnus Lie Hetland mlh at vier.idi.ntnu.no
Tue Mar 19 20:48:30 EST 2002


In article <Xns91D71B945C087cliechtigmxnet at 62.2.16.82>, Chris Liechti wrote:
>mlh at vier.idi.ntnu.no (Magnus Lie Hetland) wrote in 
>news:slrna9fkli.9ti.mlh at vier.idi.ntnu.no:
>
[snip]
>
>as i understand py2exe it does exactly that. it adds a new target 
>"py2exe" so that disutils have a new target name.
>
>i.e "python setup.py py2exe" generates the exe+dlls in the dist dir

Yes, I realise that, but...

  1. It only works on Windows; working on all platforms (as when
     compiling extensions with distutils) would be desirable;

  2. It's not a part of distutils (in the standard distribution).

My hope was that perhaps one day it would be possible (with a standard
Python installation) to create executables directly...

>-- 
>Chris <cliechti at gmx.net>
>

- Magnus (who also is a bit baffled as to why distutils doesn't
  include an "uninstall" command, such as the one implemented by
  Thomas Heller.)

--
Magnus Lie Hetland                                  The Anygui Project
http://hetland.org                                  http://anygui.org



More information about the Python-list mailing list