Skip to main content

SAP GUI Scripting Library in Python

Project description

SAP GUI Scripting Library

Table of contents

Python installation

  1. Download last version of Python 3.x installer
  2. Run the installer
  3. While installation choose folowing option:
    • Add python 3.x to PATH

Install

Pip installation (recomended)

Installation is easy. Run in windows console (command line interpreter - cmd):

pip install PySapGUI

If your computer is behind a proxy set additional option --proxy in following format:

pip install sapsec --proxy http://user:password@proxyserver:port

Installation from github

If for some reason the installation was not successful (with pip) there is an opportunity to install sapsec from github source files.

  1. Download zip archive with project source codes. Or use git clone:
git clone https://github.com/gutskodv/PySapGUI.git
  1. Unpack files from dowloaded zip archive. And go to project directory with setup.py file.
  2. Ugrade pip, Install Wheel package, Collect sapsec package:
python -m pip install --upgrade pip
pip install wheel
python setup.py bdist_wheel
  1. Install sapsec package from generaed python wheel in dist subdirectory:
python setup.py dist\PySapGUI*.whl

Requirements

You can manually intall requirements if they were not installed in automatic mode.

  1. PyWin32 (Python extensions for Microsoft Windows Provides access to much of the Win32 API, the ability to create and use COM objects, and the Pythonwin environment).
pip install pywin32

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PySapGUI-1.0.7.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

PySapGUI-1.0.7-py3-none-any.whl (22.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page