Entering content frame

Procedure documentation Configuring the Python Modules Locate the document in the library structure

Prerequisites

You have installed Python on your computer.

Procedure

...

       1.      Download the package maxdb-python-* for your platform from the MaxDB website:

See Concepts of the Database System, Structure linkDownload.

Example

maxdb-python-win-32bit-i386-7_6_00_16.zip

       2.      Unpack this package in the directory of your choice <module_path> on your computer.

Example

C:\tmp\maxdb-python-win-32bit-i386-7_6_00_16

       3.      Add the directory <module_path> to the environment variable PYTHONPATH:

     Microsoft Windows:

set PYTHONPATH=%PYTHONPATH%;<module_path>

Example

set PYTHONPATH=%PYTHONPATH%;"C:\tmp\maxdb-python-win-32bit-i386-7_6_00_16"

     UNIX/Linux (sh/bash):

PYTHONPATH=$PYTHONPATH:<module_path>

export PYTHONPATH

See also:

Python Manual

 

Leaving content frame