From e419b14a8279429411015772a77eefcc087df58d Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 10 Aug 2004 20:22:19 +0000 Subject: Disable distutils for Linux and update README --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b2767fcd..b04ef1de 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,9 @@ from dsextras import getoutput, have_pkgconfig, list_files, \ GLOBAL_INC, GLOBAL_MACROS, InstallLib, BuildExt, \ PkgConfigExtension, Template, TemplateExtension +if sys.platform != "win32": + raise SystemExit, "Building PyGTK through distutils is not supported on Linux, please use configure to build PyGTK." + MAJOR_VERSION = 2 MINOR_VERSION = 3 MICRO_VERSION = 97 -- cgit v1.2.1