0

Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. (Django 1.10.5 and OS Windows 10)

I'm trying to internationalize a Django app by following the wonderful Django documentation. The problem is when I try to run command to create language files:

python manage.py makemessages --all

It outputs an error : Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed.

1 Answers1

0

Think it's duplicate of this question. Try installing windows version of gettext from here.

Community
  • 1
  • 1
Oleg
  • 69
  • 2
  • 7