ciphergoth comments on Open Thread: April 2009 - Less Wrong

5 Post author: gjm 03 April 2009 01:57PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (127)

You are viewing a single comment's thread. Show more comments above.

Comment author: ciphergoth 03 April 2009 06:41:02PM 1 point [-]

What OS did you get it running under, and how did you get the right version of PostgreSQL installed?

Comment author: Emile 03 April 2009 07:45:52PM 1 point [-]

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.

Comment author: SoullessAutomaton 03 April 2009 06:49:23PM 1 point [-]

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.