pg module python
Started by BRINER Cedricabout 22 years ago2 messagesgeneral
hi,
I'm wanting to access an postgresql database from a python script
running on windows.
but the python binaries doesn't provide the pgdb module !
any idea, where or how I can do this ?
thanks in advance
C�dric BRINER
Re: pg module python
BRINER Cedric wrote:
hi,
I'm wanting to access an postgresql database from a python script
running on windows.but the python binaries doesn't provide the pgdb module !
any idea, where or how I can do this ?
thanks in advance
C�dric BRINER
I use psycopg with my python scripts on both linux and windows.
The windows port is available at....