Table Of Contents

Previous topic

Functions

Next topic

BEGIN.Python

This Page

autodetectPython

Autodetects the settings needed to connect to the python dll file (only Windows).

Usage

autodetectPython(pythonExePath = NULL)

Arguments

pythonExePath   a string containing the path to "python.exe" (e.g. "C:\\Python34\\python.exe").

Examples

\dontrun{
  autodetectPython()
  autodetectPython("C:\\\\Python27\\\\python.exe")
}