<p dir="ltr"><br>
On Dec 12, 2012 7:24 PM, "Terry Reedy" <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>> wrote:<br>
><br>
> On 12/12/2012 7:27 PM, Brian Curtin wrote:<br>
>><br>
>> On Wed, Dec 12, 2012 at 6:10 PM, MRAB <<a href="mailto:python@mrabarnett.plus.com">python@mrabarnett.plus.com</a>> wrote:<br>
>>><br>
>>> On 2012-12-12 23:33, Lennart Regebro wrote:<br>
>>>><br>
>>>><br>
>>>> On Thu, Dec 13, 2012 at 12:23 AM, Terry Reedy <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>> wrote:<br>
>>>>><br>
>>>>><br>
>>>>> As a Windows user, I would like there to be one tz data file used by all<br>
>>>>> Python versions on my machine, including ones included with other apps.<br>
>>>><br>
>>>><br>
>>>><br>
>>>> That would be nice, but where would that be installed? There is no<br>
>>>> standard location for zoneinfo files. And do we really want to install<br>
>>>> python-specific files outside the Python tree?<br>
><br>
><br>
> There is no 'Python tree' on windows. Rather, there is a separate tree for each version, located where the user directs.<br>
><br>
> Windows used to have a %APPDATA% directory variable. Not sure about Win 7, let alone 8. Martin and others should know better.<br>
><br>
> Or ask the user where to put it. I know where I would choose, and it would not be on my C drive. Un-installers would not delete (unless a reference count were kept and were decremented to 0).<br>
><br>
><br>
>>> Python version x.y is installed into, say, C:\Pythonxy, so perhaps a<br>
>>> good place would be, say, C:\Python.<br>
>><br>
>><br>
>> C:\ProgramData\Python<br>
><br>
><br>
> Making a new top-level directory without asking is obnoxious.</p>
<p dir="ltr">See <a href="http://stackoverflow.com/questions/9518890/what-is-the-significance-programdata-in-windows">http://stackoverflow.com/questions/9518890/what-is-the-significance-programdata-in-windows</a></p>