Clarify error.
This commit is contained in:
parent
f03e8675b0
commit
8587c9f5ed
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ class BuildData(build):
|
||||||
if rc != 0:
|
if rc != 0:
|
||||||
raise Warning, "msgfmt returned %d" % rc
|
raise Warning, "msgfmt returned %d" % rc
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "Building gettext files failed. Try --without-gettext."
|
print "Building gettext files failed. Try setup.py --without-gettext [build|install]"
|
||||||
print "%s: %s" % (type(e), e)
|
print "%s: %s" % (type(e), e)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue