Ahoy Sailors!
So I'm making an application using py2exe, Now as we all may know files get a tad hefty, I've trimming un-needed modules, Compressed the remained and finally compressed the resulting exe with UPX. Currently I've built the file under Python2.3 (Earlier the version, The smaller the dll). However I'd like to save a few more KB's,
The broken down question is, Is it possible to include all files into a single exe using py2exe (0.4.1) and Python2.2? specifying typelib and the python dll sorts that problem, But I can't figure out how to get them pesky pyd files inside the executable.
Would anyone know?
Thanks Bye!