%LOCALAPPDATA% should always contain the same value as would be returned from SHGetFolderPath with CSIDL_LOCAL_APPDATA.
'Two .ini files will be searched by the launcher' sort of implies to me
that the files exist. On my Win7 machine, echo %LOCALAPPDATA% returns
C:\Users\Terry\AppData\Local. If I go to Users/Terry with Explorer,
there is no AppData. (Same with admin user.) C:\Windows contains
py(w).exe, but no py.ini. Clearer would be
The launcher will search for py.ini in two possible places -- first in
the same directory as the launcher; second in the current user's
"application data" directory <whatever is said about how to find it>.
I am pretty sure that order is important and that my version, not the
current version, is correct.
--
Terry Jan Reedy
_______________________________________________
Python-Dev mailing list
Pytho...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/dev-python%2Bgarchive-30976%40googlegroups.com
On 11/28/2013 5:35 PM, mar...@v.loewis.de wrote:I initially intended to write "there is no AppData *visible*". Then I switched to my win7 admin account and there was still no AppData visible, for any user. This is unlike with XP where things not visible to 'users' become visible as admin.
Quoting Terry Reedy <tjr...@udel.edu>:
'Two .ini files will be searched by the launcher' sort of implies to
me that the files exist. On my Win7 machine, echo %LOCALAPPDATA%
returns C:\Users\Terry\AppData\Local. If I go to Users/Terry with
Explorer, there is no AppData. (Same with admin user.)
On 11/28/2013 7:06 PM, Tim Delaney wrote:On my system, that is Control Panel, not Tools.
By default in Win7 AppData is a hidden folder - you need to go to Tools