Engine

<< Click to Display Table of Contents >>

Navigation:  Program Menus > Tools Menu > Options > Python Script >

Engine

Other

Display errors in the message box

If checked, any script errors are displayed also in the message box (in addition to the Python Output window).

Auto-install missing packages

If checked, the IQRF IDE will offer to install the missing libraries imported in the script from the PIP. To be the installation successful, the library name in PyPI must match the name under which the library is imported in the script.

Use a custom initialization script

If checked, the specified initialization script .PY will be run before the main script. This allows e.g. setting paths to user modules.