On Wed, Oct 28, 2009 at 1:44 AM, Mahasen Dehideniya <[email protected]> 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 fixed it. > > After that i get following error. > > > >>>> import pg > > Traceback (most recent call last): > File "<pyshell#3>", line 1, in <module> > import pg > File "C:\Python25\Lib\site-packages\pg.py", line 21, in <module> > from _pg import * > ImportError: DLL load failed with error code 182 > > > > Can any one tell me how I fixed this error?
Here is someone with the same error who traced it to conflicting versions of a supporting DLL: http://mailman.vex.net/pipermail/pygresql/2008-March/001942.html _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
