Installation script for the eric3 IDE and all eric3 related tools.
None |
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. |
Copy icon files of a directory tree.
Copy a string to a file.
name is the name of the file. text is the contents to copy to the file.
Copy Python, translation, documentation, wizards configuration and designer template files of a directory tree.
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.
Generate the sitecustomize.py script merging an already installed script with our additions.
Sets the values of globals that need more than a simple assignment.
Create the python wrapper files for eric3, qtunittest and helpviewer and install all the necessary files comprising the package.
The main function of the script.
argv is the list of command line arguments.
Display a usage message and exit.
rcode is the return code passed back to the calling process.
Create the platform specific name for the wrapper script.