Re: Psycopg2 : error message.

2014-05-19 Thread Tim Roberts
dandrigo wrote: > >I'm writing a python script for a web service. I have to connect to my >postgres/postgis databases via Psycopg2. > >I writed a little first script just to connect to my pg/postgis db and drop >a test db. > >But when i execute the python file, i have several error messages. R

Re: Psycopg2 : error message.

2014-05-16 Thread Chris Angelico
On Fri, May 16, 2014 at 8:18 PM, dandrigo wrote: > Please read the 2 usefull files below : > > Dandrigo pg_test.py > > SS_dos.JPG These would be MUCH better included inline. Please, i

Re: psycopg2 error

2007-05-09 Thread Luis P. Mendes
Hello Martin, Em Wed, 09 May 2007 06:17:09 +0200, Martin v. Löwis escreveu: >> ImportError: libpq.so.5: cannot open shared object file: No such file or >> directory >> >> libpq files are readable by the world: [EMAIL PROTECTED] pgsql # ll lib/ -d >> drwxr-xr-x 3 postgres postgres 1528 2007-05-07

Re: psycopg2 error

2007-05-08 Thread Martin v. Löwis
> ImportError: libpq.so.5: cannot open shared object file: No such file or > directory > > libpq files are readable by the world: [EMAIL PROTECTED] pgsql # ll lib/ -d > drwxr-xr-x 3 postgres postgres 1528 2007-05-07 23:25 lib/ Don't try this as the root user, but as the one for whom it is failing