From a1162bffe1622b85b714f0f7d5dfa2f12902a921 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 23 Nov 2004 08:26:47 +0000 Subject: [PATCH] Purtier. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 8e0b477bf..9a409e09c 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,9 @@ except ImportError, e: people to install what should be included by default with Python you'd understand why we're unhappy about this. Anyway, to reiterate, install the development package for Python that your distribution supplies.""") + sys.stderr.write(os.linesep*2) sys.stderr.write(textwrap.fill(s)) + sys.stderr.write(os.linesep*2) sys.exit(-1)