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 eric.araujo, ezio.melotti, pitrou
Date 2011-11-25.16:40:06
SpamBayes Score 3.007742e-07
Marked as misclassified No
Message-id <1322239207.8.0.50468199604.issue13472@psf.upfronthosting.co.za>
In-reply-to
Content
> Moreover these dependencies are optional, so there's no need to install them unless they are
> specifically needed
I think about it in the reverse: You want a featurefull library, and disable some things (zlib, ssl, threads) only if you specifically don’t want them (if you’re a Twisted fan for example <async wink>).

> (on a related note I would also add an "optional" in the warning that says "Python build
> finished, but the necessary bits to build these modules were not found" -- I've seen enough
> people complaining that the build "failed" because this dependencies were missing).
Sure.  I read all changesets for Python’s setup.py recently (don’t judge) and the addition of this message and further edits to its wording were done exactly to avoid people worrying that their python binary is not usable.

> Explaining how to get them in the build page sounds fine to me.
Okay; do we need to collect info for all major OSes (I’m taking the list of stable 3.2 buildbots to determine “major”)?
History
Date User Action Args
2011-11-25 16:40:07eric.araujosetrecipients: + eric.araujo, pitrou, ezio.melotti
2011-11-25 16:40:07eric.araujosetmessageid: <1322239207.8.0.50468199604.issue13472@psf.upfronthosting.co.za>
2011-11-25 16:40:07eric.araujolinkissue13472 messages
2011-11-25 16:40:06eric.araujocreate