Installing Python Interface

You can install and configure Python. Python is essential for using Python interface in 3DEXPERIENCE.

See Also
Launching HTTP Server
About Python Interface
  1. Download and install 64 bit version of Python 2.7 from https://www.python.org/downloads/release/python-2714/. Select Windows x86-64 MSI installer.
  2. Open a command prompt terminal.
  3. Update PYTHONPATH to include the package with Python interface from 3DEXPERIENCE.
    set PYTHONPATH='3DEXPERIENCE directory'\win_b64\code\python2.7\lib
    Note: You must replace '3DEXPERIENCE directory' with your 3DEXPERIENCE installation directory.
  4. Update PATH environment variable to include the Python environment.
    set PATH=C:\Python27;C:\Python27\Scripts;C:\Python27\Tools\Scripts;%PATH%