print("Created new default config.toml at:\n{}".format(config_path))
config=read_config(config_path)
exceptPermissionErrorase:
print("Error: Not sufficient permissions to write default config.toml into directory {} (as user {})".format(config_dir,getpass.getuser()),file=sys.stderr)
print("Consider changing permissions on {} manually so writing is allowed for user {}. After initial write of default config.toml on the first run {} won't write that file ever again. so you can make it read only for {} after that".format(config_dir,getpass.getuser(),application_name,getpass.getuser()),file=sys.stderr)