Package implementing the scripting interface.
None |
createScript | Module function to create a new script. |
init | Module function to initialize the scripting engine. |
installScript | Module function to install a script. |
removeScript | Module function to remove a script. |
runStartupScripts | Public module function to run the startup scripts. |
Module function to create a new script.
Module function to initialize the scripting engine.
Module function to install a script.
Module function to remove a script.
Public module function to run the startup scripts.
The startup script looked for have to be named "startup.py". The global startup script is searched for in the eric3 installation directory. The user startup script is searched for in the users config directory (on Win32 it is _eric3, everywhere else it is .eric3) in the users home directory. The startup scripts found are executed in the order global startup the local startup. This gives the user the capability to overwrite global startup actions.