Re: msgfmt error while attempting to compile po files

2009-09-22 Thread DjangoDragon

That did it. Thanks :D

On Sep 21, 5:14 pm, Ramiro Morales  wrote:
> On Mon, Sep 21, 2009 at 4:51 PM, DjangoDragon  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)
> themsgfmtutility from the GNU gettext suite.
>
> http://packages.ubuntu.com/search?searchon=contents&keywords=msgfmt&m...
>
> 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
-~--~~~~--~~--~--~---



Re: msgfmt error while attempting to compile po files

2009-09-21 Thread Ramiro Morales

On Mon, Sep 21, 2009 at 4:51 PM, DjangoDragon  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
-~--~~~~--~~--~--~---