Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I use 'django-admin.py makemessages -l cn'

Tags:

python

django

print :

D:\zjm_code\register2>python D:\Python25\Lib\site-packages\django\bin\django-adm
in.py makemessages -l cn
Error: This script should be run from the Django SVN tree or your project or app
 tree. If you did indeed run it from the SVN checkout or your project or applica
tion, maybe you are just missing the conf/locale (in the django tree) or locale
(for project and application) directory? It is not created automatically, you ha
ve to create it by hand if you want to enable i18n for your project or applicati
on.

2.i made a locale directory ,and

D:\zjm_code\register2>python D:\Python25\Lib\site-packages\django\bin\django-adm
in.py makemessages -l cn
processing language cn
Error: errors happened while running xgettext on __init__.py
'xgettext' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

D:\Python25\lib\site-packages\django\core\management\base.py:234: RuntimeWarning
: tp_compare didn't return -1 or -2 for exception
  sys.exit(1)

3. ok

http://hi.baidu.com/zjm1126/blog/item/f28e09deced15353ccbf1a82.html

like image 492
zjm1126 Avatar asked Jan 27 '10 04:01

zjm1126


1 Answers

  1. is register2 your project or app tree?
  2. did you make directory register2\\locale?
like image 129
Alex Martelli Avatar answered Nov 09 '22 12:11

Alex Martelli