Django 1.3.1 compilemessages. Error: sh: msgfmt: command not found
问题 ./manage.py compilemessages throws this error: sh: msgfmt: command not found I am running Mac OS 10.7, and I can't find the download path for the msgfmt program. Is there any way to resolve this problem? Thanks in advance! 回答1: [update] TLDR; as Dogukan commented: Mac OS Maverics brew install gettext; brew link gettext --force worked for me. [update] user Lajarre reported: as of today (March 2014), I had to do brew install msgpack . You need GNU gettext and gettext-tools. If you use fink, try