Little tool - but very big size... :-(
bonono at gmail.com
bonono at gmail.com
Tue Feb 21 04:53:49 EST 2006
I doubt you can do much then as you mentioned you need GUI which is why
there is the GUI related dll in the list(takes a large chunk of it),
then the necessary python runtime.
However, even for USB pen, I don't think 11M is that much a big deal.
We have digicam that can produce file size like that so finding a large
pen drive is not much of an issue. Worse come to worse, convince him to
use a 2.5" USB drive container. It is a bit bigger than USB pen drive
but can give you 20G+ without external power, just as convenient as a
pen drive.
Durumdara wrote:
> Hi !
>
> Yes, it is. But that tool is designed for USB PenDrive usage.
> The assessor is collect all tools it needed to see a machine(s) in the
> checked corporation.
> He/she needs little programs, because he need to store the results of
> the checkings too, not the tools only.
>
> So I need to minimalize the code size.
>
> Thanx for help:
> dd
>
> bonono at gmail.com wrote:
>
> >11MB is seldom a concern for today's machine.
> >
> >Durumdara wrote:
> >
> >
> >>Hi !
> >>
> >>I have a problem.
> >>I have a little tool that can get data about filesystems and wrote it in
> >>python.
> >>
> >>The main user asked me a GUI for this software.
> >>
> >>This user is needed a portable program, so I create this kind of the
> >>software with Py2Exe.
> >>
> >>But it have very big size: 11 MB... :-(
> >>
> >>The dist directory:
> >>2006.02.21. 10:09 <DIR> .
> >>2006.02.21. 10:09 <DIR> ..
> >>2005.09.28. 12:41 77 824 bz2.pyd
> >>2006.02.21. 10:09 0 dirlist.txt
> >>2006.02.20. 12:51 611 384 library.zip
> >>2006.02.15. 16:22 23 558 main.ico
> >>2004.12.16. 17:22 348 160 MSVCR71.dll
> >>2005.09.28. 12:41 1 867 776 python24.dll
> >>2006.01.11. 12:19 102 400 pywintypes24.dll
> >>2005.09.28. 12:41 405 504 unicodedata.pyd
> >>2005.09.28. 12:41 4 608 w9xpopen.exe
> >>2006.01.11. 12:19 73 728 win32api.pyd
> >>2006.01.11. 12:20 81 920 win32file.pyd
> >>2006.01.11. 12:26 106 496 win32security.pyd
> >>2006.01.10. 19:09 4 943 872 wxmsw26uh_vc.dll
> >>2006.02.20. 12:51 40 960 wxPyHDDirList.exe
> >>2005.09.28. 12:41 69 632 zlib.pyd
> >>2006.01.10. 19:13 626 688 _controls_.pyd
> >>2006.01.10. 19:12 696 320 _core_.pyd
> >>2006.01.10. 19:13 364 544 _gdi_.pyd
> >>2006.01.10. 19:13 491 520 _misc_.pyd
> >>2006.01.10. 19:13 548 864 _windows_.pyd
> >> 20 file 11 485 758 byte
> >>
> >>I need to have more compressed result. Can I compress dll-s, pyd-s with
> >>Py2Exe ?
> >>Can I decrease the total size with something ?
> >>
> >>If not, how to I create an self-unpackager and self-starter program that
> >>use an temporary directory in the disk ? With WinRar ?
> >>
> >>Thanx for help:
> >>dd
> >>
> >>
> >
> >
> >
More information about the Python-list
mailing list