On Mon, Jul 7, 2008 at 10:10 PM, Simon Willison <[EMAIL PROTECTED]> wrote: > > On Jul 7, 3:00 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> > wrote: > The bash script appears to be used purely to set the environment > variables. Is there any reason you can't just directly assign to > os.environ from within Python code to achieve this? Eliminating the > bash script would make it much easier to achieve Windows compatibility.
I originally avoided this because of a CLASSPATH mangling hangover resulting from my dim dark days as a Java programmer. However, I've just tested your suggestion, and it appears to work just fine. I've updated the patch on #6017 to use a scriptless approach; I suppose this means that the tests should now work under Windows (although, again, I haven't got the facilities to validate this). Russ %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---