#18533: makemessages command fails on windows
-------------------------------------+-------------------------------------
     Reporter:  pasha.savchenko@…    |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Core (Management     |                  Version:  1.4
  commands)                          |               Resolution:  needsinfo
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by lrekucki):

 * status:  reopened => closed
 * resolution:   => needsinfo


Comment:

 I also can't reproduce this problem. Example command passed to Popen:

 {{{#!python
 '''
 xgettext -d django -L Python
 --keyword=gettext_noop --keyword=gettex_lazy --keyword=ngettext_lazy:1,2
 --keyword=ugettext_noop --keyword=ugettext_lazy
 --keyword=ungettext_lazy:1,2
 --keyword=pgettext:1c,2 --keyword=npgettext:1c,2,3
 --keyword=pgettext_lazy:1c,2
 --keyword=npgettext_lazy:1c,2,3 --from-code UTF-8 --add-
 comments=Translators
 -o - ".\\manage.py"
 '''
 }}}

 This works fine with or without {{{shell=True}}} (which, btw, isn't a
 security issue here because Django generates all input passed to it). We
 don't need to pass {{{executable}}}, it is inferred from the command
 string.

 Unless given more details about the environment and a way to reproduce the
 problem, there is not much we can do.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18533#comment:3>
Django <https://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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to