From 709aabb0205452f7f7b4bc1ae97c587d1c065540 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 31 Jul 2003 23:41:04 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1917 --- doc/install_python_mysqldb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install_python_mysqldb.txt b/doc/install_python_mysqldb.txt index b9aaef2b60..da0ee97366 100644 --- a/doc/install_python_mysqldb.txt +++ b/doc/install_python_mysqldb.txt @@ -73,7 +73,7 @@ Unix/Linux: compiled statically into Python $ cd Python-2.3/ $ ./configure --prefix=/path/to/install/python - 7. Enter the MySQL in the Python extension setup file. + 7. Enter the MySQL module in the Python extension setup file. $ perl -wpi.bak -e "s,^_sre _sre.c,_mysql _mysql.c `mysql_config --cflags` `mysql_config --libs`\n$&," Modules/Setup (This adds the line '_mysql _msql.c [flags]' to Modules/Setup)