Re: windows/distutils question

2005-06-28 Thread pyguy2
If the environment variable: os.environ['APPDATA'] is present on non-English Windows, you may be able to use that to get what you need. john -- http://mail.python.org/mailman/listinfo/python-list

windows/distutils question

2005-06-27 Thread Paul Rubin
I'm trying to package a windows app with distutils (you've heard about it before). The app needs to store some data on disk and apparently the right place to put it is in the "Application Data" directory. The only way I see to find out the name of this directory is the get_special_folder_path fun