From: <tj...@gm...> - 2006-07-14 20:10:57
|
Hi all, I'm trying to install the lib PyPgSQL to access PostGresSQL from Python but I didn't get successful. My environment is: - Windows XP - PostGresSQL 8.1 - Python 2.4 - PyPgSQL 2.5.1 What I did up to now: I've tried to install the binary version of PyPgSQL: pyPgSQL-2.5.1.win32-py2.4.exe<http://prdownloads.sourceforge.net/pypgsql/py= PgSQL-2.5.1.win32-py2.4.exe?download> I've followed the wizard, that is in fact very simple, and tested on Python environment. I got the followin error: ------------------------- Traceback (most recent call last): File "<interactive input>", line 1, in ? File "C:\Python24\Lib\site-packages\pyPgSQL\PgSQL.py", line 449, in ? from libpq import * File "C:\Python24\Lib\site-packages\pyPgSQL\libpq\__init__.py", line 23, in ? from libpq import * ImportError: DLL load failed: The specified module could not be found. ---------------------------- thank you for any help, best regards, T=E2nia. |