I18n stopped working
问题 I always use this script to compile django.po and it was always working: #!/bin/sh django-admin.py makemessages -a django-admin.py compilemessages Suddenly it stopped working, with this error: $ i18n.sh Traceback (most recent call last): File "c:/Python34/Scripts/django-admin.py", line 5, in <module> management.execute_from_command_line() File "c:\Python34\lib\site-packages\django\core\management\__init__.py", line 385, in execute_from_command_line utility.execute() File "c:\Python34\lib\site