The procedure for requesting AWR support has changed. Please read all about the new AWR product support process.
Page tree

Versions Compared

Key

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

...

  • From a Windows Command Prompt window, type pip install pywin32
  • Then type pip install pyawr

Note: if a warning regarding newer pip version is available, type python -m pip install --upgrade pip

Running a Python Script

Python script files have the extension .py These files can be run directly from a Command Prompt window or from an Integrated Development Environment (IDE). Using an IDE is more convenient and is recommended for the new user. The standard Python install includes an IDE called IDLE. IDLE can be launched from Windows Start > Python x.xx > IDLE

...