--- projects/pystatgrab/setup.py 2004/03/20 22:43:26 1.10 +++ projects/pystatgrab/setup.py 2004/03/22 01:00:16 1.12 @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: setup.py,v 1.10 2004/03/20 22:43:26 tdb Exp $ +# $Id: setup.py,v 1.12 2004/03/22 01:00:16 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -29,7 +29,7 @@ import sys import os # version of pystatgrab -VERSION = "0.1" +VERSION = "0.2" # required version of libstatgrab LIBSTATGRAB = "0.9" @@ -63,7 +63,7 @@ if cflags[0] != 0: sys.exit("Failed to get cflags: " + cflags[1]) if libs[0] != 0: - exit("Failed to get libs: " + libs[1]) + sys.exit("Failed to get libs: " + libs[1]) # setup information setup( name = "pystatgrab",