Re: psycopg2 problem with libpq.dll , Postgres 8.1.0 Win XP

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: Zlatko Matić <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>, <pg-interfaces(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org>, <fog(at)initd(dot)org>
Subject: Re: psycopg2 problem with libpq.dll , Postgres 8.1.0 Win XP
Date: 2005-11-13 12:13:48
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E84C@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hello.
> I was using psycopg2/Python with Postgres 8.0.4, on Win XP.
> Now, when I installed Postgres 8.1.0 and was trying to
> connect with Python/psycopg2, an error occured: "This
> application has failed to start because lipq.dl was not
> found. Re-installing the application may fix the problem."
> What to do?

Make sure libpq.dll is available to your application. Either by adding the directory containing it to the system PATH (if you're only ever going to have one version of postgresql on this machine), or by copying the file (and its dependencies) to the directory of the application (if you want to maintain the capability to have differnt versions on the same system).

//Magnus

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2005-11-13 16:53:33 Re: [GENERAL] Wikipedia help requested, especially
Previous Message Zlatko Matić 2005-11-13 10:41:24 psycopg2 problem with libpq.dll , Postgres 8.1.0 Win XP