Basic Information about Python

Eli Bendersky eliben at gmail.com
Fri Jul 30 10:24:34 EDT 2010


On Fri, Jul 30, 2010 at 16:55, Durga D <durga.disc at gmail.com> wrote:

> Hi JM,
>
>   Thanks alot for your prompt response.
>
>   If I include into windows setup, what will be setup size (assume
> before include 10 MB)? i mean, python supporting dlls/libs size for
> python exe.
>

IIRC, the size of a simple "hello world" script packed with py2exe or
PyInstaller is around 2-3 MB. If you use large GUI libraries (like PyQt or
wxPython) it goes up to 6-10MB, and so on (more libraries -> larger .exe)

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100730/099f6880/attachment-0001.html>


More information about the Python-list mailing list