Vahid Noroozi wrote:
I have installed postgresql 8.1 , pygresql,python 2.4 on windows xp and wanted to use pygresql in python but it says that libpg.dll does'nt exists. I searcheed the computer and could'nt find this dll. does anybody know where can i find this dll?
The PostgreSQL installer for Windows has an option somewhere to install the library. If you install PyGreSQL from the binary distribution as well, that pg library is actually all you need on your computer, the Postgres database can be on a remote server.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
