module installhelper.install_custom_scite

Short summary

module pymyinstall.installhelper.install_custom_scite

Various functions to install SciTE.

Functions

function truncated documentation
add_shortcut_to_desktop_for_scite create a shortcut on your desktop
install_scite install
IsSciteInstalled check if Scite was already installed
modify_scite_properties modifies the scite properties

Documentation

Various functions to install SciTE.

pymyinstall.installhelper.install_custom_scite.IsSciteInstalled(dest_folder)[source]

check if Scite was already installed

Parameters:dest_folder – where it was installed
Returns:boolean
pymyinstall.installhelper.install_custom_scite.add_shortcut_to_desktop_for_scite(scite)[source]

create a shortcut on your desktop

Parameters:scite – scite location (SciTE.exe
Returns:filename
pymyinstall.installhelper.install_custom_scite.install_scite(dest_folder='.', fLOG=<built-in function print>, install=True)[source]

install SciTE (only on Windows)

Parameters:
  • dest_folder – where to download the setup
  • fLOG – logging function
  • install – install (otherwise only download)
Returns:

temporary file

Example: install SciTE

The function downloads the latest version of SciTE. It also changes some settings for Python (no tabs, Courier New as a police).

install_scite("my_folder_for_scite")
pymyinstall.installhelper.install_custom_scite.modify_scite_properties(python_path, scite_path)[source]

modifies the scite properties

Parameters:
  • python_path – python path
  • scite_path – scrite path

Avoid tabulations, change the path to the interpreter