From: A.M. K. <aku...@us...> - 2000-11-23 08:08:43
|
Update of /cvsroot/py-howto/pyhowto In directory slayer.i.sourceforge.net:/tmp/cvs-serv29256 Modified Files: ODBChints.tex apachenote.tex Log Message: Markup fixes to get compilation to work Index: ODBChints.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/ODBChints.tex,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ODBChints.tex 1999/12/09 12:58:18 1.2 --- ODBChints.tex 2000/11/23 08:08:39 1.3 *************** *** 164,172 **** \item Create a new directory, calldll, under the lib directory, e.g. ! c:\Program Files\Python\lib\caldll\ \item Unpack calldll.zip into this directory using WinZip, pkunzip, etc. ! \item Move all the files in the calldll\lib\ subdirectory (created by the unzip) up to the parent (calldll) directory and delete the lib subdirectory --- 164,172 ---- \item Create a new directory, calldll, under the lib directory, e.g. ! \file{c:/Program Files/Python/lib/calldll}. \item Unpack calldll.zip into this directory using WinZip, pkunzip, etc. ! \item Move all the files in the \file{calldll/lib/} subdirectory (created by the unzip) up to the parent (calldll) directory and delete the lib subdirectory *************** *** 174,181 **** \item Create the file __init__.py in the calldll directory and put a suitable comment in it: ! # File to allow this directory to be treated as a python 1.5 ! package. ! \item Edit calldll\odbc.py to fix a bug in the get_info facility: In the functions "get_info_word" and "get_info_long", change "calldll.membuf" to "windll.membuf" --- 174,182 ---- \item Create the file __init__.py in the calldll directory and put a suitable comment in it: ! \begin{verbatim} ! # File to allow this directory to be treated as a python 1.5 package. ! \end{verbatim} ! \item Edit calldll/odbc.py to fix a bug in the get_info facility: In the functions "get_info_word" and "get_info_long", change "calldll.membuf" to "windll.membuf" Index: apachenote.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/apachenote.tex,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** apachenote.tex 1999/12/09 12:58:18 1.2 --- apachenote.tex 2000/11/23 08:08:39 1.3 *************** *** 79,84 **** \section{Python} \subsection{Directory} ! My python installation is in \code{C:\Python}, contrary ! to the default installation directory of \code{<nobr>C:\Program Files\Python1.5.}</nobr> The former is more convenient to use in environment paths.</ul> --- 79,84 ---- \section{Python} \subsection{Directory} ! My python installation is in \code{C:/Python}, contrary ! to the default installation directory of \code{<nobr>C:/Program Files/Python1.5.}</nobr> The former is more convenient to use in environment paths.</ul> *************** *** 93,97 **** If not already present, add to your <I>System</I> Path variable (not <I>User</I> Path variable) the directory of where python.exe resides, e.g.: ! <ul>\code{<nobr>C:\Python</nobr>}</ul> </ul> <b>PYTHONPATH</b><ul> --- 93,97 ---- If not already present, add to your <I>System</I> Path variable (not <I>User</I> Path variable) the directory of where python.exe resides, e.g.: ! <ul>\code{<nobr>C:/Python</nobr>}</ul> </ul> <b>PYTHONPATH</b><ul> |