I've written a Tkinter application and am bundling it using py2exe 0.5
Because of the inclusion of Tk/TCL the final package is rather
large........ but why on earth in an anagram finder is _ssl.pyd (500k)
being bundled in with it ???
Seems rather odd ? Possibly this is something *other* than the secure
socket layer library... but if it is that... bizzare........ .
Fuzzy
Because of the inclusion of Tk/TCL the final package is rather
large........ but why on earth in an anagram finder is _ssl.pyd (500k)
being bundled in with it ???
Seems rather odd ? Possibly this is something *other* than the secure
socket layer library... but if it is that... bizzare........ .
Fuzzy
Comment