Hi, when I do dynamic import from python code, it ...
# general
a
Hi, when I do dynamic import from python code, it fails to find the module in the same package/directory. I debugged a bit and found the code path is not in
PYTHONPATH
. Which build parameter I need to use to include the path to the code for the current directory?