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 georg.brandl
Recipients Jason.Vas.Dias, georg.brandl, r.david.murray
Date 2011-04-30.13:09:29
SpamBayes Score 3.0550478e-09
Marked as misclassified No
Message-id <1304168971.08.0.574761305017.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to state this one again: missing modules are *NOT* a build failure.

It is pretty common to not install a certain library (or headers for them), if you don't need/want the Python module using it.  (And editing Modules/Setup to add modules that setup.py detects as not buildable won't make them buildable in 99% of cases.)

As for the dl module, the existing check in setup.py is just fine, especially since dl is deprecated and not present anymore in 3.x.  There will always be ways to shoot yourself in the foot.
History
Date User Action Args
2011-04-30 13:09:31georg.brandlsetrecipients: + georg.brandl, r.david.murray, Jason.Vas.Dias
2011-04-30 13:09:31georg.brandlsetmessageid: <1304168971.08.0.574761305017.issue11946@psf.upfronthosting.co.za>
2011-04-30 13:09:30georg.brandllinkissue11946 messages
2011-04-30 13:09:29georg.brandlcreate