.. _f-installcustompython: module ``installcustom.install_custom_python`` ============================================== Short summary +++++++++++++ module ``pymyinstall.installcustom.install_custom_python`` Various functions to install `python `_. :githublink:`%|py|6` Functions +++++++++ +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================================+=====================================================================================================================================+ | :func:`_clean_err0 ` | | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`_clean_err1 ` | | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`fix_fcntl_windows ` | Adds a file `fnctl.py` on :epkg:`Windows` (only available on :epkg:`Linux`). | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`fix_resource_windows ` | Adds a file `resource.py` on :epkg:`Windows` (only available on :epkg:`Linux`). | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`fix_termios_windows ` | Adds a file `termios.py` on :epkg:`Windows` (only available on :epkg:`Linux`). | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`folder_older_than ` | Tells if a folder is older than a given timespan. | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`install_python ` | Installs :epkg:`python`. It does not do it a second time if it is already installed. | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :func:`unzip7_files ` | If `7z `_ is installed, the function uses it to uncompress file into *7z* format. The file *filename_7z* ... | +-----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installcustom.install_custom_python :members: :special-members: __init__ :show-inheritance: