There is a new python-psycopg as of August 6th. The old packge provides psycopg (which is what we were using) But the new package provides psycopg2 (which breaks our python imports). This new package should be called python-psycopg2 because they can be installed side by side, and they don't provide the same dependancy. -Mike