<div dir="ltr"><div>The exact error I'm getting when I get gettext and such installed, and it gets to the PO files:<br><br>"lib/gettext/project-id subprocess failed: Bad file descriptor"<br><br></div>and i googled it, and i found that on here: <a href="http://pysvn.tigris.org/ds/viewMessage.do?dsForumId=3578&viewType=browseAll&dsMessageId=2882599">http://pysvn.tigris.org/ds/viewMessage.do?dsForumId=3578&viewType=browseAll&dsMessageId=2882599</a>  , they say that that is supposed to be a normal message...so do you think that its actually compiling the po files successfully and that error message is just a random message that can be ignored? The only problem is that its returning a non-zero exit code when that exits, so if it is actually finishing the compile, a special case will have to be added to make it so the entire script doesn't fail when we get a non-zero code for that one subprocess call<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 12, 2014 at 10:47 PM, Stephen J. Turnbull <span dir="ltr"><<a href="mailto:stephen@xemacs.org" target="_blank">stephen@xemacs.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Joshua Judson Rosen writes:<br>
<br>
 > >    > So are the po files normally required for the win installer?<br>
 > ><br>
 > >No idea, sorry, does something break if you don't have them (apart from<br>
 > >the error above that is).<br>
 ><br>
 > If you don't build the po files into mo files and install the mo<br>
 > files, then the program is only able to speak US English.<br>
<br>
</div>True, but I don't think that's the question.  That is, you don't need<br>
to keep the po files around for a preconfigured and built install.<br>
<br>
However, since Bazaar is GPL, the po files count as source, and you<br>
may as well distribute them.  I wouldn't say it's "broken" if they're<br>
missing, but it's sort of against the spirit of a Python program<br>
distributed as source to forget the po files or to suggest you should<br>
bzr them down.<br>
<br>
Steve<br>
</blockquote></div><br></div>