_ssl.pyd in py2exe ???
Fuzzyman
michael at foord.net
Mon Feb 23 10:09:20 EST 2004
Thomas Heller <theller at python.net> wrote in message news:<mailman.194.1077530438.27104.python-list at python.org>...
> michael at foord.net (Fuzzyman) writes:
[snip..]
> _ssl is imported by the httplib and socket modules.
> socket is imported by a lot of modules, webbrowser among them, so this
> is explained.
>
> If you are sure your program never uses socket (or _ssl), you should use
> py2exe's excludes option to avoid that these are included.
>
> Thomas
I did wonder if it was the webbrowser module !
It's half a meg of unnecessary 'stuff' - so I'll set py2exe to not include it.
MANY THANKS
Fuzzyman
http://www.voidspace.org.uk/atlantibots/pythonutils.html
More information about the Python-list
mailing list