Message3516
| 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:14 | admin | link | issue233259 messages |
| 2007年08月23日 13:53:14 | admin | create |
|