diff options
| author | adustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8> | 2001-06-20 21:58:59 +0000 |
|---|---|---|
| committer | adustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8> | 2001-06-20 21:58:59 +0000 |
| commit | c738a9efcae3107bae3adef7bd7077d9592eebea (patch) | |
| tree | 53dca7de9e8d119dae4aaab76b723a69207e5473 /MySQLdb/doc/MySQLdb-FAQ.sgml | |
| parent | c0324ddcd37db02ede4017bca3c0d835fef0c48b (diff) | |
| download | mysqldb1-c738a9efcae3107bae3adef7bd7077d9592eebea.tar.gz | |
Some corrections courtesy of Paul DuBois.
Diffstat (limited to 'MySQLdb/doc/MySQLdb-FAQ.sgml')
| -rw-r--r-- | MySQLdb/doc/MySQLdb-FAQ.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MySQLdb/doc/MySQLdb-FAQ.sgml b/MySQLdb/doc/MySQLdb-FAQ.sgml index fc0b607..bfd0225 100644 --- a/MySQLdb/doc/MySQLdb-FAQ.sgml +++ b/MySQLdb/doc/MySQLdb-FAQ.sgml @@ -60,7 +60,7 @@ There may also be a link to some user-contributed binaries on the web site. Trouble with ZMySQLDA <sect1>I installed MySQLdb but ZMySQLDA can't find it. <p>Probably you installed a binary version of Zope which comes with -it's own Python interpreter. You will have to compile MySQLdb against +its own Python interpreter. You will have to compile MySQLdb against that particular Python installation. Find out where it's python binary lives and use that to run setup.py. </sect1> @@ -126,7 +126,7 @@ performance a bit. Read the MySQL docs, particularly the C API, for an overview. <item> Read the MySQLdb docs. This shows how the C API is transliterated -into Python. Plus some examplesa are in there. +into Python. Plus some examples are in there. <item> Read the MySQLdb sources, particularly MySQLdb/cursors.py. That one file contains most of the gory details, particularly in the |
