Better suggestion on error
Relational fails to run if make was not executed, this suggests to run it.
This commit is contained in:
parent
f86baa1d57
commit
90be4421c5
@ -90,7 +90,7 @@ if __name__ == "__main__":
|
||||
except:
|
||||
print (
|
||||
"Module relational_gui is missing.\n"
|
||||
"Please install relational package.",
|
||||
"Please install relational package or run make.",
|
||||
file=sys.stderr
|
||||
)
|
||||
sys.exit(3)
|
||||
|
Loading…
Reference in New Issue
Block a user