Table Of Contents

Previous topic

launcher

Next topic

XRCed

This Page

phoenix_title setup

Editra Setup Script

USAGE:

  1. Windows: - python setup.py py2exe

  2. MacOSX: - python setup.py py2app

  3. Boil an Egg - python setup.py bdist_egg

  4. Install as a python package - python setup.py install

    • ‘–no-clean’ can be specified to skip old file cleanup

Summary: Used for building the editra distribution files and installations

function_summary Functions Summary

BuildECLibDemo Build the Editra Control Library Demo package
BuildOSXApp Build the OSX Applet
BuildPy2Exe Generate the Py2exe files
CleanBuild Cleanup all build related files
CreateDMG Create an OSX DMG
DoSourcePackage Build a source package or do a source install
GenerateBinPackageFiles Generate the list of files needed for py2exe/py2app package files
GenerateSrcPackageFiles Generate the list of files to include in a source package dist/install
Log Write to the build log

Functions



BuildECLibDemo()

Build the Editra Control Library Demo package



BuildOSXApp()

Build the OSX Applet



BuildPy2Exe()

Generate the Py2exe files



CleanBuild()

Cleanup all build related files



CreateDMG(version)

Create an OSX DMG

Parameters:version – version number string

Todo

cleanup and generalize



DoSourcePackage()

Build a source package or do a source install



GenerateBinPackageFiles()

Generate the list of files needed for py2exe/py2app package files



GenerateSrcPackageFiles()

Generate the list of files to include in a source package dist/install



Log(msg)

Write to the build log