import pg
Traceback (most recent call last):
File "", line 1, in
import pg
File "C:\EPD\lib\site-packages\pg.py", line 21, in
from _pg import *
ImportError: DLL load failed: The specified module could not be found.
I downloaded PyGreSQL 4.0 for windows, and installed it into the \LIB\site-packages of my python directory. When i try to import pg.py , I get this error. :(