On Mon, Sep 21, 2009 at 4:51 PM, DjangoDragon <skaggsk...@gmail.com> wrote:
>
> Whenever I try to compile the po files to mo files using 'python
> django-admin.py compilemessages' command i get the error:
> "sh: msgfmt: not found"
>
> I'm in a Ubuntu 9.04 system.
>

You need to install the gettext package that includes (among others)
the msgfmt utility from the GNU gettext suite.

http://packages.ubuntu.com/search?searchon=contents&keywords=msgfmt&mode=exactfilename&suite=jaunty&arch=any

Regards,

-- 
Ramiro Morales  |  http://rmorales.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to