Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Python Installation and Environment Variable Setup

1. Python Installation

  1. Visit the official Python website.

  2. Click the "Download Python" button to download the latest version.

  3. Once the download is complete, run the installer to begin the installation process.

  4. In the installation screen, make sure to check the box for "Add Python to PATH" before clicking "Install Now".

    • This option ensures that Python is automatically added to your system's environment variables.

2. Setting up Python Environment Variables

After installing Python, you may need to set up the environment variables manually. Below are the steps for doing so.

Setting Python Environment Variables on Windows
  1. Search for "Environment Variables" in the Start menu and select "Edit the system environment variables".

  2. In the System Properties window, click the "Environment Variables..." button.

  3. In the Environment Variables window, find the "Path" variable under the System variables section and click "Edit...".

  4. In the Edit Environment Variable window, click New and add the following paths:

    • C:\Users\YourUsername\AppData\Local\Programs\Python\PythonX.Y\

    • C:\Users\YourUsername\AppData\Local\Programs\Python\PythonX.Y\Scripts\

    (These paths may vary depending on your Python version and installation location.)

  5. Once done, click OK to save and close all the windows.

Verification
  1. Open Command Prompt and type the following command to verify that Python and the environment variables are set correctly:

    Code Block
    python --version 

    If the Python version is displayed correctly, the environment variable setup is complete.

UltimateAccess Web SMTP

  1. Please Regist AtlSmtp driver to ‘IO device’.

  2. Click ‘Use SMTP Server Account’ Check box and then click ‘SMTP Domain, Server Account Setting’ button.

...

※     What Changed?

In the past, when using SMTP Server, it was used only when the recipient's mail account was Gmail or Hotmail. From this patch on, after checking use, all mails sent are sent by the SMTP server that has been set.

  1. When the SMTP Server Setting dialog opens, enter the appropriate settings for the server you want to use.

...

※     What Changed?

In the past, ‘Password’ means password for login account but according to the security policy change,

Password mean “app password” please notice under url for your information.

Reference ) https://support.google.com/mail/answer/185833?hl=en

4. Other setting parameter will be same as origin Driver.