On Fri, Mar 28, 2008 at 12:31 PM, Jerry Van Baren
<[EMAIL PROTECTED]> wrote:
> Luigi 'Comio' Mantellini wrote:
> > Hi everyone,
> >
> > this patch adds the lzma support with the following constraints:
> >
> > - it doesn't install the LZMA SDK files. I provide the import_lzma.sh
> > script to
> I thought about expect/cygwin but in my opinion is too hard to use for
> the average Windows operator who expects just to:
> - install the application by running an .exe or unzipping a .zip
> - launching the application
> - press a couple of buttons on GUI and see the result.
>
I forgot to
> 1) for Windows platform, is possible to generate one single .exe file
> taht includes all the required stuff (such as libraries and runtime
> components)? If not, it is possible to group all of them in one single
> .zip file?
Look for py2exe, it can convert your .py script into an executable