PL/Py is known to work against PostgreSQL versions 8.0 and 8.1 on FreeBSD and
Darwin. If you have any trouble building the software on your platform, or if
you have a successful installation on a platform not listed, please be sure to
inform the project, python-general@pgfoundry.org, with the PL/Py version, the
operating system and version, and the version of PostgreSQL. Or, if you prefer,
you may use the tracker to submit a bug:
   http://pgfoundry.org/tracker/?func=add&group_id=1000094&atid=442

To build this software, you must have the "layout" and "exception" packages
installed; both of which are PostgresPy projects and can be found in the Files
section of the project's area at PgFoundry. If you downloaded the compound
package, those packages can be installed by the "setup.py" script in the parent
directory.

Building and installing the software may be as easy as:

   python ./setup.py build && sudo python ./setup.py install

By default, the build script selects the first "pg_config" found in the PATH
environment variable to specify the PostgreSQL installation to build against.

If you need to specify a particular installation, you must config:

   python ./setup.py config --postgresql=/opt/bin/pg_config

The "--postgresql" option's assignment specifies the "pg_config" command to use
to select the installation to build against.

From there, you may then build and install as before:

   python ./setup.py build && sudo python ./setup.py install
Or
   python ./setup.py build
   sudo python ./setup.py install

For more information about using the software, see the documentation:
   http://python.projects.postgresql.org/quick.html
   http://python.projects.postgresql.org/doc/admin/be.html
   http://python.projects.postgresql.org/doc/dev/be.html
   http://python.projects.postgresql.org/doc/if/be.html

Again, if you have trouble, please inform the project.
A bug cannot be fixed, if it is not known.

Question? Send it to: PostgresPy Project <python-general@pgfoundry.org>
