Internacionalização Django (no OSX)

Estou tentando fazer com que o gettext funcione no Django no meu OSX Leopard

django_manage.py makemessages -l nl
Importing Django settings module settings
processing language nl
Error: errors happened while running xgettext on __init__.py
/bin/sh: xgettext: command not found

No Terminal, recebo o mesmo erro, a menos que eu coloque isso no meu perfil do bash:

PATH=$PATH:/Applications/Poedit.app/Contents/MacOS/

Mas, então, recebo este erro:

Error: errors happened while running msguniq
/bin/sh: msguniq: command not found os x 

questionAnswers(3)

yourAnswerToTheQuestion