*** empty log message ***

svn path=/trunk/boinc/; revision=1918
This commit is contained in:
Karl Chen 2003-07-31 23:44:17 +00:00
parent 709aabb020
commit eebf00e77f
1 changed files with 1 additions and 3 deletions

View File

@ -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.