Hi, all,
To create the message file, I did "django-admin.py makemessages -l zh_CN". It popped out the following error which I couldn't find on the web. Could anyone tell me the reason why this happened, please? <app path> is the absolute app path which is right. I tried "touch <app path>/locale/django.pot", but it still complained the same error and it seemed that msguniq deleted this file. I also tried "django-admin.py makemessages --keep-pot -l zh_CN" which didn't work either. Thank you.
processing locale zh_CN
CommandError: errors happened while running msguniq
msguniq: error while opening "<app path>/locale/django.pot" for reading: No such file or directory