> Message: 1 > Date: Mon, 29 Oct 2007 21:17:33 +0100 > From: Christoph Zwerschke <[EMAIL PROTECTED]> > Subject: Re: [PyGreSQL] does pygresql 3.8.1 support postgresql 8.2.3? > To: PyGreSQL Development <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Giovanni, > > WinXP + Postgres 8.2.3 + PyGres 3.8.1 + Python 2.5.1 is definitly > working for me. > > How did you install Postgres and Python? With the standard binary > installers? Which Windows version are you using? Maybe Vista? > I used the standard installers, but I had a problem with posgresql, probably due to conflicting shared libraries. > My guess is that you have an older version of libeay32.dll somewhere in > your windows search path before the PostgreSQL bin path. >
Following your suggestion I discovered a lot of different libeay32.dll on my pc c:\programmi\filezilla 0.9.8.4 c:\windows\system32 no version c:\programmi\svn-win32-1.4.5\bin 0.9.8.2 c:\programmi\postgresql\8.2\bin 0.9.8.1 c:\dev\myeclipse55m1\eclipse\plugins\org.tigris.subversion.javahl.win32_1.2.4 0.9.8.2 c:\programmi\file comuni\apple\mobile device support\bin 0.9.8.4 c:\windows\twain_32\ricoh_v4\tp3045\scancrt no version I solved my problem installing a new version of openssl in the c:\windows\system32 [http://www.slproweb.com/products/Win32OpenSSL.html] Thank you Giovanni > -- Chris > > [EMAIL PROTECTED] wrote: >> Hello, >> >> I am just doing my first steps with pygresql, I have installed python >> 2.5.1, postgresql 8.2.3 and pygresql [ >> http://www.pygresql.org/~cito/distrib/PyGreSQL-3.8.1.win32-py2.5.exe ] >> >> when I try to execute "import pgdb" I get this error >> >> Impossibile trovare il punto di ingresso X509_STORE_set_flags >> della procedura nella libreria di collegamento dinamico libeay32.dll >> >> that roughly translated in english means >> >> Cannot find X509_STORE_set_flags entry point in libeay32.dll >> >> Can you help me? >> >> Thanks
_______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
