Re: windows/distutils question
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
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