From 9b93a19e46f2a5eeaf565f8e5d63f2d335089ff2 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Wed, 1 Sep 2010 20:30:06 -0700 Subject: [PATCH] Specify that MySQL ought to be 5.1 --- wscript_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript_configure b/wscript_configure index cd1c4f8b29c..e856b61c844 100644 --- a/wscript_configure +++ b/wscript_configure @@ -121,7 +121,7 @@ conf.check_python_version((2,4,0)) conf.check_message_1('Detecting Python MySQL module') try: import MySQLdb except ImportError,e: - raise Configure.ConfigurationError, "The Python MySQLdb module could not be found.\nOn Linux: ./waf installrpmdeps or ./waf installdebdeps according to your distro's package format.\nOn Windows: Install MySQL on your machine, then install the Python MySQLdb module for Python %s.\nThe module for Python 2.6 / win32 is available here: http://soemin.googlecode.com/files/MySQL-python-1.2.3c1.win32-py2.6.exe"%conf.env.PYTHON_VERSION + raise Configure.ConfigurationError, "The Python MySQLdb module could not be found.\nOn Linux: ./waf installrpmdeps or ./waf installdebdeps according to your distro's package format.\nOn Windows: Install MySQL 5.1 on your machine, then install the Python MySQLdb module for Python %s.\nThe module for Python 2.6 / win32 / MySQL 5.1 is available here: http://soemin.googlecode.com/files/MySQL-python-1.2.3c1.win32-py2.6.exe"%conf.env.PYTHON_VERSION conf.check_message_2('MySQLdb','GREEN') if conf.env.DISTRO not in ["Windows","Mac"]: