【发布时间】:2011-03-24 14:20:38
【问题描述】:
我刚刚下载了 pyFileMaker。我将目录PyFileMaker 复制到Python31 目录下的目录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 是否存在,事实上,它存在。我该如何解决这个问题?
【问题讨论】:
-
+1 恕我直言,该操作不值得毫无理由地投反对票,尤其是作为新人
标签: python filemaker expat-parser