ciphergoth comments on Open Thread: April 2009 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (127)
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.