From 70f66a345a35338d99f794a61e9d23a314d47f7f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 27 Feb 2017 13:31:31 -0500 Subject: [PATCH] Document python_path and gotchas. Addresses #1845 --- raddb/mods-available/python | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/raddb/mods-available/python b/raddb/mods-available/python index dcaaef2..0bf2eaf 100644 --- a/raddb/mods-available/python +++ b/raddb/mods-available/python @@ -7,6 +7,14 @@ # a function defined, it will return NOOP. # python { + # Path to the python modules + # + # Note that due to limitations on Python, this configuration + # item is GLOBAL TO THE SERVER. That is, you cannot have two + # instances of the python module, each with a different path. + # +# python_path="/path/to/python/files:/another_path/to/python_files/" + module = example mod_instantiate = ${.module} -- 2.1.4