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 scripts looked for have to be named "startup.py". The global startup script is searched for in the eric4 installation directory. The user startup script is searched for in the users config directory (on Win32 it is _eric4, everywhere else it is .eric4) in the users home directory. The startup scripts found are executed in the order global startup then local startup. This gives the user the capability to overwrite global startup actions.