print("Warning, this script will delete the database tables for the deployment '{}' before creating new ones".format(config.get_conf().deployment_name))
print("If you are installing Zoe for the first time, you have nothing to worry about")
log.error('Workspace base directory does not exist: {}'.format(os.path.join(config.get_conf().workspace_base_path,config.get_conf().workspace_deployment_path)))
log.error('Workspace base directory does not exist: {}'.format(os.path.join(zoe_lib.config.get_conf().workspace_base_path,config.get_conf().workspace_deployment_path)))