在 windows 中安装 GNU gettext 的最佳解决方案是什么?

what is the best solution for GNU gettext installation in windows?

windows 中,对于 pycharm 上的 django 项目,我的 Django 和依赖项安装在 venv . 我想修改一个 .po 文件并测试它是否有效,似乎此更改需要通过此命令提交:*django-admin makemessages -l -ja* 我试过了,我遇到了出现此错误: “CommandError:找不到 msguniq。确保您安装了 GNU gettext 工具 0.15 或更新版本。” 我尝试为我的项目安装 gettext,但没有成功。 pip install python-gettext 也不起作用。 并且类似问题的一些答案不清楚 我想知道这种情况的最佳解决方案...

您必须为 Windows 安装 gettext:https://mlocati.github.io/articles/gettext-iconv-windows.html

它不是 Python 包。