#15105: django-admin.py makemessages --all exists without warning if gettext is 
not
installed
-------------------------------------------+--------------------------------
          Reporter:  elpargo               |         Owner:  nobody
            Status:  closed                |     Milestone:  1.3   
         Component:  Internationalization  |       Version:  1.2   
        Resolution:  invalid               |      Keywords:        
             Stage:  Accepted              |     Has_patch:  0     
        Needs_docs:  0                     |   Needs_tests:  0     
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by ramiro):

 FWIW this is what I get running the command on Django own tree:

 Linux:

 {{{
 django$ PYTHONPATH=.. bin/django-admin.py makemessages --all
 processing language th
 Error: errors happened while running xgettext on __init__.py
 /bin/sh: xgettext: command not found


 django$ PYTHONPATH=.. bin/django-admin.py makemessages -l es_AR
 processing language es_AR
 Error: errors happened while running xgettext on __init__.py
 /bin/sh: xgettext: command not found
 }}}

 Windows:

 {{{
 C:\...\django>python bin\django-admin.py makemessages --all
 processing language ar
 Error: errors happened while running xgettext on __init__.py
 'xgettext' is not recognized as an internal or external command, operable
 program or batch file.


 C:\...\django>python bin\django-admin.py makemessages -l es_AR
 processing language es_AR
 Error: errors happened while running xgettext on __init__.py
 'xgettext' is not recognized as an internal or external command, operable
 program or batch file.
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15105#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to