I had some difficulties with it as well but I seem to have the code working locally now. I’d be happy to help others get it working as much as I can.
What OS did you get it running under, and how did you get the right version of PostgreSQL installed?
I got it working on my MacBook, using PostgreSQL 8.2. When installing psycopg I had originally installed it for the wrong version of PostgreSQL (8.3), so I had to uninstall it and reinstall it with the right version.
Gentoo Linux, and by using package-specific flags in the Portage package manager to force specific versions for stuff.
I seem to recall there were versioning issues with some Python packages as well, and a bit of modification needed in the example.ini file.
I had some difficulties with it as well but I seem to have the code working locally now. I’d be happy to help others get it working as much as I can.
What OS did you get it running under, and how did you get the right version of PostgreSQL installed?
I got it working on my MacBook, using PostgreSQL 8.2. When installing psycopg I had originally installed it for the wrong version of PostgreSQL (8.3), so I had to uninstall it and reinstall it with the right version.
Gentoo Linux, and by using package-specific flags in the Portage package manager to force specific versions for stuff.
I seem to recall there were versioning issues with some Python packages as well, and a bit of modification needed in the example.ini file.