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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: psycopg2 problem with libpq.dll , Postgres 8.1.0 Win XP
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE92E84C@algol.sollentuna.se
обсуждение исходный текст
Ответ на psycopg2 problem with libpq.dll , Postgres 8.1.0 Win XP  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
Список 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
(ifyou'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
thesame system). 

//Magnus

В списке pgsql-general по дате отправления:

Предыдущее
От: Zlatko Matić
Дата:
Сообщение: psycopg2 problem with libpq.dll , Postgres 8.1.0 Win XP
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: [pgsql-advocacy] Wikipedia help requested, especially