module installcustom.install_custom_putty

Short summary

module pymyinstall.installcustom.install_custom_putty

Various functions to install Putty.

source on GitHub

Functions

function

truncated documentation

install_putty

install Putty (only on Windows)

IsPuttyInstalled

check if Scite was already installed

Documentation

Various functions to install Putty.

source on GitHub

pymyinstall.installcustom.install_custom_putty.IsPuttyInstalled(dest_folder)

check if Scite was already installed

Parameters:

dest_folder – where it was installed

Returns:

boolean

source on GitHub

pymyinstall.installcustom.install_custom_putty.install_putty(dest_folder='.', fLOG=<built-in function print>, install=True, version=None)

install Putty (only on Windows)

Parameters:
  • dest_folder – where to download putty

  • fLOG – logging function

  • install – install (otherwise only download)

  • version – version to install (unused)

Returns:

temporary file

source on GitHub