Database adapters

Istvan Albert ialbert at mailblocks.com
Tue Jul 13 09:42:17 EDT 2004


Ed Leafe wrote:


>     How do I accomplish this? How can I build, say, psycopg so that I 
> can connect from my dev machine to a server that's on another host 
> somewhere on the internet?

As others have pointed out you need to have the header and library files.
Note that having a db installed does not mean that you have all these
files.

For binary compatible systems you could compile your db modules on one
system and then copy them to the other.

Istvan.




More information about the Python-list mailing list