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 akuchling
Recipients
Date 2002-11-04.13:54:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

A simple fix is in the attached patch; it simply adds DistutilsPlatformError to the list of the exception classes caught 
by core.setup().  

However, maybe that exception handler should 
catch DistutilsError, instead of listing a few particular subclasses of it.  Some subclasses represent internal errors or a bad setup file, but 
as users can always get the full traceback by setting the DISTUTILS_DEBUG environment variable, there seems little need to 
ever show the full traceback by default.
History
Date User Action Args
2007-08-23 13:53:14adminlinkissue233259 messages
2007-08-23 13:53:14admincreate