In os.path.expanduser, ~ means USERPROFILE, not APPDATA.
https://docs.python.org/2/library/os.path.html#os.path.expanduser
Fixed the INI file being created under c:\Users\User\file.ini
Original issue reported on code.google.com by phistuck on 16 Jul 2014 at 9:00
Original issue reported on code.google.com by
phistuck
on 16 Jul 2014 at 9:00Attachments: