First, I am very new to Python and haven't coded in a long time.
That being said, I am trying to use both Python and PostgreSQL. I
have installed PostgreSQL 8.2, Python 2.5 and finally PyGreSQL 4.0.
I have verified that the versions match. Installation runs w/o
errors. My problem is is when I execute my program. I get the
follwing message:
from _pg import *
ImportError: DLL load failed: The specified module could not be
found.
From my research it seems that I should have _pg.dll in the folder C:
\Program Files\Python25\lib\site-packages\, but it isn't there.