Table of Contents
Get PC error-free in minutes
I hope this user guide helps you if you encounter a Django error when running xgettext.
I’ve created a new simple app using Django. I usually use I18N
. But the moment I tried to run the following command line,
D:worki18ntestapp>django-admin.py makemessages -l de
D:worki18ntestapp>django-admin.Makemessages py -n deCommandError: xgettext not found. You will definitely reach GNU Gettext Things 0.15 ornew one installed.
I set up python-gettext after that, but I still get CommandError: Can't xgettext find...
.
%i18n heap% I18N
% trans "Hi" %
What am I missing from the list? A setting or another module I need to download?
NMarcu
unread,
10. November 2009 2:38:25 11/10/09
to Django users
Hello everyone!
When I run django-admin.py makemessages -l ro I get this:
Error: xgettext for __init__.py throws errors
/bin/sh: xgettext: command not found
Do you know the main reason why I should hang something else?