Re: [Tutor] Access PostGreSQL 8.3 by python 2.5

2009-10-28 Thread Kent Johnson
On Wed, Oct 28, 2009 at 1:44 AM, Mahasen Dehideniya wrote: > Hi , > > I'm try to access PostGreSQL 8.3 by python 2.5. I'm working on winXP. > > I use pg module. > > At the first time i get error that no found dll. when i add C:\Program > Files\PostgreSQL\8.3\bin to  the path variable i able to fix

[Tutor] Access PostGreSQL 8.3 by python 2.5

2009-10-28 Thread Mahasen Dehideniya
Hi , I'm try to access PostGreSQL 8.3 by python 2.5. I'm working on winXP. I use pg module. At the first time i get error that no found dll. when i add C:\Program Files\PostgreSQL\8.3\bin to  the path variable i able to fixed it. After that  i get following error.   >>> import pg Traceback (mo