Thanks for replying, but it maybe unacceptable for our customers to set a specific value in PYTHONPATH after install our released python package.
The only method I can found to achieve the same goal is appending the path <path>/nn_builder
to sys.path
in file <path>/nn_builder/__init__.py
.
Do you think there is a better way?