I've just downloaded pyFileMaker. I copied the directory PyFileMaker
into the dir Lib
under Python31 directory, but when I simply include the module FMServer
with this line:
from PyFileMaker import FMServer
I get this error
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"
I checked whether the module expat exists and, infact, it exists. How can I fix this?