eric6.uninstall

Uninstallation script for the eric6 IDE and all eric6 related tools.

Global Attributes

PythonMarkers
defaultMacAppBundleName
defaultMacAppBundlePath
includePythonVariant
progLanguages
progName
pyModDir
settingsNameGlobal
settingsNameOrganization

Classes

None

Functions

exit Exit the uninstall script.
getConfigDir Module function to get the name of the directory storing the config data.
initGlobals Set the values of globals that need more than a simple assignment.
main The main function of the script.
removeConfigurationData Remove the eric configuration directory.
removeDataDirectory Remove the eric data directory.
removePluginDirectories Remove the plug-in directories.
uninstallEric Uninstall the eric files.
usage Display a usage message and exit.
wrapperName Create the platform specific name for the wrapper script.


exit

exit(rcode=0)

Exit the uninstall script.

rcode
result code to report back (integer)
Up


getConfigDir

getConfigDir()

Module function to get the name of the directory storing the config data.

Returns:
directory name of the config dir (string)
Up


initGlobals

initGlobals()

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

Up


main

main(argv)

The main function of the script.

argv
list of command line arguments
Up


removeConfigurationData

removeConfigurationData()

Remove the eric configuration directory.

Up


removeDataDirectory

removeDataDirectory()

Remove the eric data directory.

Up


removePluginDirectories

removePluginDirectories()

Remove the plug-in directories.

Up


uninstallEric

uninstallEric()

Uninstall the eric files.

Up


usage

usage(rcode=2)

Display a usage message and exit.

rcode
return code passed back to the calling process (integer)
Up


wrapperName

wrapperName(dname, wfile)

Create the platform specific name for the wrapper script.

dname
name of the directory to place the wrapper into
wfile
basename (without extension) of the wrapper script
Returns:
the name of the wrapper script
Up