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?
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?