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.

Unsupported provider

Author zzzeek
Recipients eric.araujo, giampaolo.rodola, ipatrol, lemburg, loewis, mark.dickinson, r.david.murray, schmir, skrah, srid, tarek, thorsten.behrens, zzzeek
Date 2011-06-06.21:04:39
SpamBayes Score 0.0002319356
Marked as misclassified No
Message-id <1307394280.23.0.43028235383.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
> I think it's fair to ask the user to setup the environment correctly
before running "python setup.py install"

We're supporting automatic fallback to non-C install for those environments that don't support it.   We're just looking for a predictable CCompilerError to be raised for conditions like this rather than a ValueError where we have to parse the string message.
History
Date User Action Args
2011-06-06 21:04:40zzzeeksetrecipients: + zzzeek, lemburg, loewis, mark.dickinson, giampaolo.rodola, schmir, tarek, eric.araujo, r.david.murray, srid, skrah, ipatrol, thorsten.behrens
2011-06-06 21:04:40zzzeeksetmessageid: <1307394280.23.0.43028235383.issue7511@psf.upfronthosting.co.za>
2011-06-06 21:04:39zzzeeklinkissue7511 messages
2011-06-06 21:04:39zzzeekcreate