Failed to import xxx: no module named xxxx LBT 1.0.0 release

Thanks @spyros ,

Using a sys.path.extend method is always an option. What happens when you run the following:

import sys
print('\n'.join(sys.path))

Do you not get a search path that includes an IronPython settings folder like so?