I am in the same spot you were in. Did you ever get an answer or figure it out?
Thanks in advance.
i'm new to python programming..and i'm studying into one of its tutorials..I used pygres for its interface to the postgresql database..the problem is when i tried to run "import _pg" it has an error like this:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
import pg
File "C:\Python24\Lib\site-packages\pg.py", line 21, in -toplevel-
from _pg import *
ImportError: DLL load failed: The specified module could not be found.
ive checked the installation directory and i dont see any problem there..i couldnt figure out what is really the problem here..pls help..