eric3.install

Installation script for the eric3 IDE and all eric3 related tools.

Classes

None

Functions

copyIconTree Copy icon files of a directory tree.
copyToFile Copy a string to a file.
copyTree Copy Python, translation, documentation, wizards configuration
createPyWrapper Create an executable wrapper for a Python script.
createSitecustomize Generate the sitecustomize.py script merging an already
initGlobals Sets the values of globals that need more than a simple assignment.
installEric Create the python wrapper files for eric3, qtunittest and helpviewer
main The main function of the script.
usage Display a usage message and exit.
wrapperName Create the platform specific name for the wrapper script.

copyIconTree

copyIconTree(src, dst)

Copy icon files of a directory tree.

Up

copyToFile

copyToFile(name, text)

Copy a string to a file.

name is the name of the file. text is the contents to copy to the file.

Up

copyTree

copyTree(src, dst)

Copy Python, translation, documentation, wizards configuration and designer template files of a directory tree.

Up

createPyWrapper

createPyWrapper(pydir, wfile)

Create an executable wrapper for a Python script.

pydir is the name of the directory where the Python script will eventually be installed. wfile is the basename of the wrapper.

Returns the platform specific name of the wrapper.

Up

createSitecustomize

createSitecustomize()

Generate the sitecustomize.py script merging an already installed script with our additions.

Up

initGlobals

initGlobals()

Sets the values of globals that need more than a simple assignment.

Up

installEric

installEric()

Create the python wrapper files for eric3, qtunittest and helpviewer and install all the necessary files comprising the package.

Up

main

main(argv)

The main function of the script.

argv is the list of command line arguments.

Up

usage

usage(rcode = 2)

Display a usage message and exit.

rcode is the return code passed back to the calling process.

Up

wrapperName

wrapperName(dname, wfile)

Create the platform specific name for the wrapper script.

Up