Autodetects the settings needed to connect to the python dll file (only Windows).
autodetectPython(pythonExePath = NULL)
pythonExePath | a string containing the path to "python.exe" (e.g. "C:\\Python34\\python.exe"). |
\dontrun{
autodetectPython()
autodetectPython("C:\\\\Python27\\\\python.exe")
}