Better suggestion on error

Relational fails to run if make was not executed, this
suggests to run it.
master
Salvo 'LtWorf' Tomaselli 2015-11-11 17:04:47 +07:00
parent f86baa1d57
commit 90be4421c5
1 changed files with 1 additions and 1 deletions

@ -90,7 +90,7 @@ if __name__ == "__main__":
except: except:
print ( print (
"Module relational_gui is missing.\n" "Module relational_gui is missing.\n"
"Please install relational package.", "Please install relational package or run make.",
file=sys.stderr file=sys.stderr
) )
sys.exit(3) sys.exit(3)