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 mark
Recipients loewis, mark
Date 2008-03-03.09:44:21
SpamBayes Score 0.00011502479
Marked as misclassified No
Message-id <200803030940.31997.mark@qtrac.eu>
In-reply-to <1204534928.95.0.947552058756.issue2219@psf.upfronthosting.co.za>
Content
On 2008-03-03, Martin v. Löwis wrote:
> Martin v. Löwis added the comment:
>
> Rereading your report, I cannot quite understand what issue specifically
> you are reporting. What error message do you find confusing, and what do
> you think should it say instead?

What I find confusing is:

Failed to find the necessary bits to build these modules:
<modules>
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.

I find it confusing because AFAIK if a module can't be built it usually
means that you should change the Modules/Setup file and not setup.py
itself. (My impression is that the message is aimed at Python developers
rather than Python users.) If Modules/Setup is still the correct file
for users to edit perhaps the message should be something like:

Failed to find the necessary bits to build these modules:
<modules>
If you want these modules and they are on your system, try editing
Modules/Setup to be able to find them.

> In any case, it is deliberate that db 4.6 is not supported - that
> release doesn't really work.

OK. (But that is a pity since a lot of people use Fedora 8.)
History
Date User Action Args
2008-03-03 09:44:22marksetspambayes_score: 0.000115025 -> 0.00011502479
recipients: + mark, loewis
2008-03-03 09:44:22marklinkissue2219 messages
2008-03-03 09:44:21markcreate