<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: How to make executable file ?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>> Also, you can try with py2exe. It's very easy.</FONT>
<BR><FONT SIZE=2>> Catalin.</FONT>
<BR><FONT SIZE=2>> > You may want to try cx_freeze.</FONT>
</P>

<P><FONT SIZE=2>I brief experience with both. may be helpful</FONT>
</P>

<P><FONT SIZE=2>1. I did a little program on python/TK. Some 100 lines or less</FONT>
<BR><FONT SIZE=2>2. executed cx_freeze</FONT>
<BR><FONT SIZE=2>3. executed py2exe</FONT>
</P>

<P><FONT SIZE=2>In the end, i had a dir with the name of the script:</FONT>
<BR><FONT SIZE=2>03/12/04  18:08         <DIR>          .</FONT>
<BR><FONT SIZE=2>03/12/04  18:08         <DIR>          ..</FONT>
<BR><FONT SIZE=2>03/12/04  18:07                 28.672 bugger.12.exe</FONT>
<BR><FONT SIZE=2>25/05/04  21:19                 45.117 datetime.pyd</FONT>
<BR><FONT SIZE=2>03/12/04  18:07                563.528 library.zip</FONT>
<BR><FONT SIZE=2>09/11/04  15:41                    964 palavras.txt (this is data, i put here)</FONT>
<BR><FONT SIZE=2>25/05/04  21:17                974.909 python23.dll</FONT>
<BR><FONT SIZE=2>03/12/04  18:07         <DIR>          tcl</FONT>
<BR><FONT SIZE=2>31/03/04  21:34                569.344 tcl84.dll</FONT>
<BR><FONT SIZE=2>31/03/04  21:41              1.011.200 tk84.dll</FONT>
<BR><FONT SIZE=2>25/05/04  21:18                 16.384 w9xpopen.exe</FONT>
<BR><FONT SIZE=2>25/05/04  21:18                 57.401 _sre.pyd</FONT>
<BR><FONT SIZE=2>25/05/04  21:19                 36.925 _tkinter.pyd</FONT>
<BR><FONT SIZE=2>              10 File(s)      3.304.444 bytes</FONT>
<BR><FONT SIZE=2>               3 Dir(s)   2.143.559.680 bytes free</FONT>
</P>
<BR>

<P><FONT SIZE=2>Despite the fact that it got extremely big (but i wasn't expecting less when i started) it got pretty clumsy for what i had in mind. I was hoping for something like a 10Mb-single-exe-file kinda of result :)</FONT></P>

<P><FONT SIZE=2>I belive cx_freeze didn't did much because i had no small includes. just the huge ones like Tk.</FONT>
</P>

<P><FONT SIZE=2>Gabriel</FONT>
</P>

</BODY>
</HTML>