On 10/15/07, AniNair <[EMAIL PROTECTED]> wrote: > > Hi, > I am trying to follow the tutorial > http://www.djangoproject.com/documentation/i18n/ > On trying to run the command make-messages.py -l de, I get the > following error. > processing language de > errors happened while running xgettext on __init__.py > 'xgettext' is not recognized as an internal or external command, > operable program or batch file. > > Please tell me where I should be looking for errors..... thank you in > advance... >
xgettext is a program (part of the getext tools), not a Python file. It seems you are using Windows, follow the instructions you can find under Tools -> Windows in this Django Wiki page: http://code.djangoproject.com/wiki/Localization Regards, -- Ramiro Morales --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django I18N" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Django-I18N?hl=en -~----------~----~----~----~------~----~------~--~---
