运行时django make messages:
./manage.py makemessages -l pt
Run Code Online (Sandbox Code Playgroud)
我明白了:
CommandError: Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed.
Run Code Online (Sandbox Code Playgroud)
我尝试安装但是我在Instalation Setup中找到的最新版本是0.14.我在哪里可以找到最新版本,如何安装?
我已经成功安装了 msguniq(可以检查它的版本),我尝试更改与 windows xp 的兼容性并以管理员身份运行它,但仍然出现此错误:
命令错误:找不到 msguniq。确保您安装了 GNU gettext 工具 0.15 或更新版本。
我真的很困惑,因为我已经做了这个答案中的所有事情。我真的不知道如何修复它(还尝试将 gettext.exe 和 xgettext.exe 更改为 Windows xp 兼容性)。