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 kermode
Recipients jafo, jlt63, kermode
Date 2008-04-01.18:20:35
SpamBayes Score 0.29157215
Marked as misclassified No
Message-id <1207074037.81.0.841625345668.issue2234@psf.upfronthosting.co.za>
In-reply-to
Content
distutils.version.StrictVersion.parse does not handle x.y.z.n . That is
why there is an exception. I have tested the patch both with
binutils-2.18.50-20080109 (*), the latest version (a "Technology
Preview"), and its predecessor binutils-2.18.50-20071123, which also
works without the proposed patch. I use MinGW to build Pygame. Finally,
there should be no reason to use earlier versions of binutils with
Python 2.4 and up as msvcr71 support was introduced only a couple of
years ago.

(*) The MinGW binutils bundle contains both ld and dllwrap
History
Date User Action Args
2008-04-01 18:20:38kermodesetspambayes_score: 0.291572 -> 0.29157215
recipients: + kermode, jlt63, jafo
2008-04-01 18:20:37kermodesetspambayes_score: 0.291572 -> 0.291572
messageid: <1207074037.81.0.841625345668.issue2234@psf.upfronthosting.co.za>
2008-04-01 18:20:36kermodelinkissue2234 messages
2008-04-01 18:20:35kermodecreate