-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hi,
I don't know if the library has been tested with Python 3.x, but I tried installing it, I got:
Downloading/unpacking PyFileMaker
Downloading PyFileMaker-3.3.tar.gz
Running setup.py (path:/tmp/pip-build-5snog6ws/PyFileMaker/setup.py) egg_info for package PyFileMaker
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-5snog6ws/PyFileMaker/setup.py", line 4, in
from PyFileMaker import version
File "/tmp/pip-build-5snog6ws/PyFileMaker/PyFileMaker/init.py", line 18
print "Unable to load the EXPAT library. You need to have it installed"
^
SyntaxError: Missing parentheses in call to 'print'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-5snog6ws/PyFileMaker/setup.py", line 4, in
from PyFileMaker import __version__
File "/tmp/pip-build-5snog6ws/PyFileMaker/PyFileMaker/init.py", line 18
print "Unable to load the EXPAT library. You need to have it installed"
Is there a version compatible with Python 3 ?
Thanks
Gilles Plante