我刚刚下载了 pyFileMaker。我将目录复制到Python31 目录下PyFileMaker
的 dir中,但是当我简单地将模块包含在这一行时:Lib
FMServer
from PyFileMaker import FMServer
我收到这个错误
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from PyFileMaker import FMServer
File "C:\Python31\lib\PyFileMaker\__init__.py", line 17
print "Unable to load the EXPAT library. You need to have it installed"
我检查了模块 expat 是否存在,事实上,它存在。我怎样才能解决这个问题?