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.Rannaud
Recipients BreamoreBoy, Eric.Rannaud, ajaksu2, amaury.forgeotdarc, gael, lkraav, mbenkmann, sbassi, simon.percivall, skiolding
Date 2011-04-28.02:59:24
SpamBayes Score 1.4110922e-05
Marked as misclassified No
Message-id <1303959565.41.0.999571285515.issue1669349@psf.upfronthosting.co.za>
In-reply-to
Content
I get the same error when building Python-2.5.6c1 on Fedora 14 (with python2.7 installed).

./configure --prefix=$PREFIX && make install

Just to clarify the workaround used by lkraav on Gentoo, I attached a patch that manually enables unicodedata in Modules/Setup.dist
History
Date User Action Args
2011-04-28 02:59:25Eric.Rannaudsetrecipients: + Eric.Rannaud, amaury.forgeotdarc, simon.percivall, mbenkmann, sbassi, skiolding, ajaksu2, gael, BreamoreBoy, lkraav
2011-04-28 02:59:25Eric.Rannaudsetmessageid: <1303959565.41.0.999571285515.issue1669349@psf.upfronthosting.co.za>
2011-04-28 02:59:24Eric.Rannaudlinkissue1669349 messages
2011-04-28 02:59:24Eric.Rannaudcreate