From eebf00e77f8bc31567c27695c3c58944a7ffd727 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 31 Jul 2003 23:44:17 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1918 --- doc/install_python_mysqldb.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/install_python_mysqldb.txt b/doc/install_python_mysqldb.txt index da0ee97366..6fe2a38ecb 100644 --- a/doc/install_python_mysqldb.txt +++ b/doc/install_python_mysqldb.txt @@ -68,6 +68,7 @@ Unix/Linux: compiled statically into Python 5. Copy MySQL files $ cp MySQL-python-0.9.2/{*.c,*.h} Python-2.3/Modules/ $ cp MySQL-python-0.9.2/_mysql_exceptions.py Python-2.3/Lib/ + $ cp -r MySQL-python-0.9.2/MySQLdb Python-2.3/Lib/ 6. Configure python $ cd Python-2.3/ @@ -98,9 +99,6 @@ Unix/Linux: compiled statically into Python $ cd ../Python-2.3/ # make install - $ cd ../Python-MySQLdb-0.9.2/ - # cp -r MySQLdb/ /path/to/python/lib - Windows: pre-built binary ------------------------- There is a built python executable available at the URL listed.