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.araujo
Recipients alexis, do3cc, eric.araujo, tarek
Date 2011-06-10.17:15:35
SpamBayes Score 2.4663677e-10
Marked as misclassified No
Message-id <1307726136.57.0.316952540816.issue5243@psf.upfronthosting.co.za>
In-reply-to
Content
>> Now something I don't understand is how reportlab distribution is doing
>> to copy the compiled extensions when "install" is called.
> I think clib stuff is installed in the right python directory and the
> ext install step then just finds them.
Yep, the install* commands just copy all files from the build dir to the install dir.

The patch is straightforward and the test looks good.  However, I worry about backward compatibility.  For projects without C libs, this won’t change anything; for projects already having a workaround, what will happen?  While this is clearly a bug, I’m not sure fixing the existing behavior is okay in distutils.

For packaging (distutils2), I will commit this shortly.
History
Date User Action Args
2011-06-10 17:15:36eric.araujosetrecipients: + eric.araujo, tarek, do3cc, alexis
2011-06-10 17:15:36eric.araujosetmessageid: <1307726136.57.0.316952540816.issue5243@psf.upfronthosting.co.za>
2011-06-10 17:15:36eric.araujolinkissue5243 messages
2011-06-10 17:15:35eric.araujocreate