Differences between revisions 7 and 8
Revision 7 as of 2007-06-16 15:09:30
Size: 1859
Editor: DavidMack
Comment:
Revision 8 as of 2008-06-27 15:57:13
Size: 2019
Editor: GrantEdwards
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 * OverridingCriteraForIncludingDLLs - how to override the criteria that py2exe uses to determine whether a DLL should be included in the distributed package.

General Tips and Tricks

  • ListOfOptions - How to see the list of available options for your setup.py script

  • RunningSetup - How to run the setup script once you've written it

  • EncodingsAgain - Problem with encodings and when they are not found in a standalone executable

  • EvenMoreEncodings - They really keep bugging. Solution to problem with different site.py

  • AddingConfigFiles - How can you add arbitrary files to your py2exe-Setup?

  • PathModul - Using Jason Orendorffs python PathModul together with py2exe 0.5

  • PassingOptionsToPy2Exe - Avoid using sys.argv to pass options

  • SubclassingPy2Exe - Customizing the build process

  • CustomIcons - How to get your own icons with py2exe 0.5

  • TkInter - I do not need any tkinter / tcl-Libs in my Setup

  • FilenameCaseMatters - Some windows filing systems mangle case, break py2exe programs

  • WinBatch - A short Windows Batch File to fast provide the EXE File

  • ExcludingDlls - Stopping py2exe from picking up unwanted DLLs

  • ShippingEmbedded - How to use py2exe to ship embedded Python modules

  • SingleFileExecutable - with NSIS

  • OptimizedBytecode - How to get optimized bytecode for all modules

  • CustomDataInExe - Add custom data in the executable?

  • HowToDetermineIfRunningFromExe - Simple functions to determine if you're in an .exe or .py

  • ["WhereAmI"] - sometimes you need to now where your exe is within the filesystem
  • Py2exeEnvironment - Information about the environment for the executable

  • ["py2exe and windows services"] - some gained knowledge
  • GuiApps - dealing with stdout

  • StderrLog - How does py2exe handle stack track printing and STDERR? How can Ichange that behaviour?

  • ["Using SOAPpy with py2exe"] - 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.

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