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.11:22:41
SpamBayes Score 8.2616136e-11
Marked as misclassified No
Message-id <1304162570.88.0.84049642786.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure why you would prefer an unstable, unreleased hg trunk version to a stable, released one.

And as you've seen, Python 2 and Python 3 are quite different things.

As for dl failing on build, you've already stated that it does *not* build, together with bsddb185 and gdbm (for which the library headers are missing).  setup.py does exactly that test for 64-bit platforms.  Then you activate it explicitly, and complain that it does build...

And lastly, all these things are *not* a build failure of Python: missing modules just means that, well, these modules won't be there.  And failing tests just means that there *may* be a problem when using the respective module -- but for platform-dependent modules it could just as well mean that your system is configured in a special way.
History
Date User Action Args
2011-04-30 11:22:50georg.brandlsetrecipients: + georg.brandl, r.david.murray, Jason.Vas.Dias
2011-04-30 11:22:50georg.brandlsetmessageid: <1304162570.88.0.84049642786.issue11946@psf.upfronthosting.co.za>
2011-04-30 11:22:41georg.brandllinkissue11946 messages
2011-04-30 11:22:41georg.brandlcreate