A configuration is created in the start file. This configuration should only be created once, the first time the script is executed.
if not 'config' in locals():
print "Create configuration"
config = ...
else
print "Configuration already exists"