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 vinay.sajip
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2011-06-24.11:09:15
SpamBayes Score 7.2156836e-05
Marked as misclassified No
Message-id <1308913756.24.0.110242375744.issue12393@psf.upfronthosting.co.za>
In-reply-to
Content
@Éric: I agree that some support in setup.cfg would be good, but the problem is that you can't be 100% declarative - sometime the locations can only be determined at runtime. 

I assume you are thinking of something like:

[install_data]
categories = 
    cat1 = path1
    cat2 = path2

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.

The two approaches can work together - the categories dictionary can be populated from setup.cfg where this makes sense, and of course for static paths it makes perfect sense. The Windows world is a lot more chaotic than static paths can cater for, unfortunately :-(
History
Date User Action Args
2011-06-24 11:09:16vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, alexis
2011-06-24 11:09:16vinay.sajipsetmessageid: <1308913756.24.0.110242375744.issue12393@psf.upfronthosting.co.za>
2011-06-24 11:09:15vinay.sajiplinkissue12393 messages
2011-06-24 11:09:15vinay.sajipcreate