July 2005
Intermediate to advanced
1032 pages
27h 10m
English
If you want to try the examples in this chapter, you'll probably need to install a few extra pieces of software. You will obviously need Python and PostgreSQL. You'll also need the PyGreSQL interface. The easiest way to build PyGreSQL is to download it, unpack it, and run the included setup.py program. If you're using Linux (or Unix):
$ cd /usr/local/src
$ wget ftp://ftp.pygresql.org/pub/distrib/PyGreSQL.tgz
Length: 45,824 (unauthoritative)
100%[====================================>] 45,824 32.75K/s
17:12:32 (32.65 KB/s) - 'PyGreSQL.tgz' saved [45,824]
$ tar -zxvf PyGreSQL.tgz
$ cd PyGreSQL-version
Make sure that pg_config is in your $PATH search path before you run the next command. The setup.py program invokes pg_config to find ...
Read now
Unlock full access