>>> import pg
Traceback (most recent call last):
File "<pyshell#40>", line 1, in <module>
import pg
File "C:\EPD\lib\site-packages\pg.py", line 21, in <module>
from _pg import *
ImportError: DLL load failed: The specified module could not be found.
我下载了适用于 Windows 的 PyGreSQL 4.0,并将其安装到\LIB\site-packages
我的 python 目录中。当我尝试导入pg.py
时,我收到此错误。:(