[PyGreSQL] PyGreSQL 3.8.1 and PostgreSQL 8.3.0: mportError: DLL load failed with error code 182

Henri Muurimaa henri.muurimaa at gmail.com
Tue Mar 4 03:54:34 EST 2008


Hi,

I've been using PyGreSQL with Postgres 8.2 successfully for a while,
but now I ran into problems when I upgraded to 8.3. When I try to
"import pg" I get something weird:

Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pg
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\progra~1\Python25\Lib\site-packages\pg.py", line 21, in <module>
    from _pg import *
ImportError: DLL load failed with error code 182
>>>

If I try to start the script by doubleclicking it (on WinXP) I get a
dialog that says "The ordinal 3873 could not be loaded in the dynamic
link library LIBEAY32.dll".

All I did was upgraded from Postgres 8.2 to 8.3, and to PyGreSQL 3.8.1
(not sure which version I was using before).

Any ideas?

-- 
Henri Muurimaa (henri.muurimaa at gmail.com)


More information about the PyGreSQL mailing list