Differences between revisions 9 and 20 (spanning 11 versions)
Revision 9 as of 2008-06-27 15:58:21
Size: 2019
Editor: GrantEdwards
Comment:
Revision 20 as of 2021-07-11 15:02:22
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:
 * ["py2exe and windows services"] - some gained knowledge  * [[py2exeAndWindowsServices]] - some gained knowledge
Line 25: Line 25:
 * ["Using SOAPpy with py2exe"] - How to get SOAPpy working with py2exe.
 * [http://pybuilder.sf.net PyBuilder] - A Gui interface to compile easier and faster.
 * [[py2exeAndSOAPpy]] - How to get SOAPpy working with py2exe.
 * [[http://pybuilder.sf.net|PyBuilder]] - A Gui interface to compile easier and faster.
Line 28: Line 28:
 * 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)