On 8/17/06, James Bennett <[EMAIL PROTECTED]> wrote:
> If you're seeing problems on Windows with this patch, could you open a
> ticket and provide details, including any error messages?

Luckly, I don't use 'doze ;)
But i think to remember that, in DOS, environ access is done by
%NAME%, not by $NAME. My mail should be intended as an head up for
'doze users to check.
Btw, what about something like (warning, *untested*)::

os.environ['djangocompile'] = pf
if os.name == 'posix':
    djangocompile = '${djangocompile}'
else:
    djangocompile = '%djangocompile%'
cmd = 'msgfmt -o "%(djangocompile)s.mo" "%(djangocompile)s.po"' % vars()

Any 'dozer available to test it?

-- 
Carlo C8E Miron, ICQ #26429731
-- 
Disclaimer:
If I receive a message from you, you are agreeing that:
1. I am by definition, "the intended recipient".
2. All information in the email is mine to do with as I see fit and
 make such financial profit, political mileage, or good joke as it
 lends itself to. In particular, I may quote it on USENET or the WWW.
3. I may take the contents as representing the views of your company.
4. This overrides any disclaimer or statement of confidentiality that
 may be included on your message.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django I18N" group.
To post to this group, send email to Django-I18N@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/Django-I18N
-~----------~----~----~----~------~----~------~--~---

Reply via email to