Blog from the Loft

Thoughts without walls

Blog from the Loft header image 2

psycopg2 broken for 64 bit ubuntu

June 30th, 2007 · No Comments · django

I want to test out amd64 bit ubuntu. Django keeps failing on syncdb. Turned out the python Postgresql library, psycopg2 is “severely broken” in the 64bit packaging. You will get a segment fault when trying to run the simplest thing like syncdb on an empty system if you are using postgresql. Oh well, for now, back to sqlite3.

Tags: