Unfortunately I have not been able to
work out how to get the imports to work.
import config_script obviously doesn't work and __import__(config_script)
works from the python interpreter but fails in the script (ImportError:
Import by filename is not supported.)
work out how to get the imports to work.
import config_script obviously doesn't work and __import__(config_script)
works from the python interpreter but fails in the script (ImportError:
Import by filename is not supported.)
exec("import " + module_name)