Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv12473

Modified Files:
        install.txt 
Log Message:
Added hint about Windows PATH to installation instructions.
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/install.txt.diff?r1=1.7&r2=1.8

Index: install.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/install.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- install.txt 31 May 2006 00:02:02 -0000      1.7
+++ install.txt 15 Mar 2008 11:35:35 -0000      1.8
@@ -11,7 +11,9 @@
 
 You must first have installed Python and PostgreSQL on your system.
 If you want to access remote database only, you don't need to install
-the full PostgreSQL server, but only the C interface (libpq).
+the full PostgreSQL server, but only the C interface (libpq). If you
+are on Windows, make sure that the directory with libpq.dll is in your
+``PATH`` environment variable.
 
 The current version of PyGreSQL has been tested with Python 2.4.3 and
 PostGreSQL 8.1.4. Older version should work as well, but you will need

_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to