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 kern
Recipients
Date 2001-04-09.01:20:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Whenever one uses a non-default compiler to build an
extension, the bdist command will try to rebuild the
package with the default compiler and fail. 

The install command has a --skip-build option to
manually skip the re-building part of the install. I
adapted that code to add a similar --skip-build option
to the bdist, bdist_dumb, and bdist_wininst commands.
I'm not familiar enough with the bdist_rpm command's
code to see where it would work in there.
History
Date User Action Args
2007-08-23 15:04:39adminlinkissue414775 messages
2007-08-23 15:04:39admincreate