Tinkering with py2exe

Ishwor ishwor.gurung at gmail.com
Sat Dec 25 17:59:03 EST 2004


Having coded 1.72kb python test file, i decided to convert it to .exe
file using py2exe.
Having succeded doing it, i found the need to distribute the whole
directory including these files ?!!!???
26/12/2004  09:16 AM           203,096 library.zip
26/11/2004  09:16 AM         1,867,776 python24.dll
26/12/2004  09:16 AM            11,264 simpletable.exe
26/11/2004  09:16 AM             4,608 w9xpopen.exe
                                    4 File(s)      2,086,744 bytes

i assume w9xpopen.exe does the work around to run the code in windows.
python24.dll (which is massive 1.78mb!!)- has the Python VM i guess.
what does the library.zip do??

Currently to convert such a small script to exe why the nuances of 1.98mb?? 
Thanks 
-- 
cheers,
Ishwor Gurung



More information about the Python-list mailing list