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 ncoghlan
Recipients NaCl, bwanamarko, ncoghlan, paul.moore, r.david.murray, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-03-21.12:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426942754.16.0.00143041999091.issue22516@psf.upfronthosting.co.za>
In-reply-to
Content
Short version of the above: I personally think we should be focusing on addressing the "system Python" and "Python as a library" cases upstream, as we're the only ones that can do that.

Solving the latter problem well then also sets the baseline for user focused installations, as those are then just a case of installing upstream CPython as if you were going to embed it in a larger application, and then just using it instead of embedding it.

For user focused cases, a good end user oriented solution will often bring in additional libraries targeted towards relevant problem domains. ActiveState does do that for Windows by bringing in additional modules like pywin32 and various others, but (as far as I am aware) we don't have anyone from there active on distutils-sig the way we do with Enthought, Continuum Analytics & the Linux distros. Assuming they have a booth at PyCon next month, I should probably swing by and ask the Komodo IDE folks about that...
History
Date User Action Args
2015-03-21 12:59:14ncoghlansetrecipients: + ncoghlan, terry.reedy, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower, bwanamarko, NaCl
2015-03-21 12:59:14ncoghlansetmessageid: <1426942754.16.0.00143041999091.issue22516@psf.upfronthosting.co.za>
2015-03-21 12:59:14ncoghlanlinkissue22516 messages
2015-03-21 12:59:13ncoghlancreate