472,142 Members | 1,189 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

libpq.dll for pgdb

the module PGDB which gives Python access to PostgreSql currently
wants for a copy of a properly located or proper libpq.dll library, on
Windows.

anyone know what the current story on this is?

thanks,

-- jt

Aug 3 '07 #1
1 2293
ekzept <ba***********@acm.orgwrote:
>
the module PGDB which gives Python access to PostgreSql currently
wants for a copy of a properly located or proper libpq.dll library, on
Windows.

anyone know what the current story on this is?
The story? libpq.dll is the Postgres API interface library on Windows.
pgdb is a relatively thin Python wrapping of this generic API. Pgdb is
ordinarily distributed as part of Postgres, so when you build it, you are
also building libpq.dll.

There are better choices than pgdb. You might go searching for psycopg.
You'll still need libpq. Here's one place to get it:

http://www.tksql.org/dll/
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Aug 5 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Roman Suzi | last post: by
reply views Thread by James Saker | last post: by
175 posts views Thread by Sai Hertz And Control Systems | last post: by
14 posts views Thread by Manuel Tejada | last post: by
2 posts views Thread by alltest1 | last post: by
4 posts views Thread by Wayne Fang | last post: by
3 posts views Thread by SteveD | last post: by
1 post views Thread by Johannes Bauer | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.