Differences between revisions 2 and 18 (spanning 16 versions)
Revision 2 as of 2006-08-07 01:01:28
Size: 1499
Comment:
Revision 18 as of 2013-07-17 16:39:35
Size: 2381
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
 * ["WhereAmI"] - sometimes you need to now where your exe is within the filesystem  * [[WhereAmI]] - sometimes you need to now where your exe is within the filesystem
Line 22: Line 22:
 * [[py2exeAndWindowsServices]] - some gained knowledge
 * GuiApps - dealing with stdout
 * StderrLog - How does py2exe handle stack track printing and STDERR? How can Ichange that behaviour?
 * [[py2exeAndSOAPpy]] - How to get SOAPpy working with py2exe.
 * [[http://pybuilder.sf.net|PyBuilder]] - A Gui interface to compile easier and faster.
 * OverridingCriteraForIncludingDlls - how to override the criteria that py2exe uses to determine whether a DLL should be included in the distributed package.
 * DealingWithImportError - what to do if confronted with `ImportError: No module named ...`
 * DealingWithWarnings - what to do to avoid warnings in windows (no console) mode getting into application errors.
 * OptimizingSize - how to make your distribution as small as possible
 * [[comparison.py]] - a quick script for finding missing files, packages, and modules.

General Tips and Tricks

GeneralTipsAndTricks (last edited 2021-07-11 15:02:22 by JimmyRetzlaff)