Re: [BangPypers] Trouble installing psycopg2 in Snow Leopard

2010-02-09 Thread Diptanu Choudhury
I followed the instructions there. I get the following error now - Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.6/site-packages/psycopg2/__init__.py", line 60, in from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID ImportError: dlopen(/

Re: [BangPypers] Trouble installing psycopg2 in Snow Leopard

2010-02-09 Thread Pradeep Gowda
On Tue, Feb 9, 2010 at 11:07 AM, Diptanu Choudhury wrote: > 2): Symbol not found: _PQbackendPID Looks like a 32/64 bit related mixup. See:http://stubblog.wordpress.com/2009/06/07/installing-psycopg2-on-osx/ Report back if you had any success. ___ Bang

[BangPypers] Trouble installing psycopg2 in Snow Leopard

2010-02-09 Thread Diptanu Choudhury
Hi All, I am trying to use the psycopg2 library to connect to Postgres database. However, on importing psycopg2, I get the following error. Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.6/site-packages/psycopg2/__init__.py", line 60, in from psycopg2._ps