Installation script for the eric6 debug clients.
currDir |
distDir |
doCleanup |
doCompile |
eric6SourceDir |
installPackage |
modDir |
progName |
pyModDir |
sourceDir |
None |
cleanUp | Uninstall the old eric debug client files. |
cleanupSource | Cleanup the sources directory to get rid of leftover files and directories. |
copyTree | Copy files of a directory tree. |
exit | Exit the install script. |
initGlobals | Module function to set the values of globals that need more than a simple assignment. |
installEricDebugClients | Actually perform the installation steps. |
main | The main function of the script. |
shutilCopy | Wrapper function around shutil.copy() to ensure the permissions. |
usage | Display a usage message and exit. |
Uninstall the old eric debug client files.
Cleanup the sources directory to get rid of leftover files and directories.
Copy files of a directory tree.
Exit the install script.
Module function to set the values of globals that need more than a simple assignment.
Actually perform the installation steps.
The main function of the script.
Wrapper function around shutil.copy() to ensure the permissions.
Display a usage message and exit.