This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2011-06-24.13:13:28
SpamBayes Score 6.4519096e-05
Marked as misclassified No
Message-id <1308921209.03.0.81211814871.issue12393@psf.upfronthosting.co.za>
In-reply-to
Content
> I assume you are thinking of something like:
Yep.

> In my specific use case, declarative paths will not work in all
> scenarios - you have to use ctypes to call a Windows API
> (SHGetKnownFolderPath) to find the specific place to put things.
Ah, too bad.

> The two approaches can work together
Yes.  Let’s implement this in setup.cfg and document how to write a hook to call Windows APIs to get app-specific paths.  See also #7175.
History
Date User Action Args
2011-06-24 13:13:29eric.araujosetrecipients: + eric.araujo, vinay.sajip, tarek, alexis
2011-06-24 13:13:29eric.araujosetmessageid: <1308921209.03.0.81211814871.issue12393@psf.upfronthosting.co.za>
2011-06-24 13:13:28eric.araujolinkissue12393 messages
2011-06-24 13:13:28eric.araujocreate