pyFileMaker をダウンロードしました。PyFileMaker
ディレクトリLib
を Python31 ディレクトリの下のディレクトリにコピーしましたが、単に次の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 が存在するかどうかを確認しましたが、実際には存在します。どうすればこれを修正できますか?