-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Python 3 #20
Comments
Hi, anything new about that ? Thanks |
Per an email with @jasonaeguana:
|
Thanks for your reply.
Gilles Plante | ingp
De : overkillx<mailto:notifications@github.com>
Envoyé le :5 octobre 2017 10:12
À : aeguana/PyFileMaker<mailto:PyFileMaker@noreply.github.com>
Cc : gillesosx<mailto:gillesosx@outlook.com>; Author<mailto:author@noreply.github.com>
Objet :Re: [aeguana/PyFileMaker] Compatibility with Python 3 (#20)
Per an email with @jasonaeguana<https://github.com/jasonaeguana>:
[...] we're not really actively supporting it at the moment I'm afraid, unless we have a commercial incentive to do so i.e. a project on Python3 that warrants it!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#20 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AT6W_LPBZgXTjVpp-_8Q86M4634lgjYKks5spONCgaJpZM4K9BV_>.
|
Dear all, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
File "/tmp/pip-build-5snog6ws/PyFileMaker/PyFileMaker/init.py", line 18
Is there a version compatible with Python 3 ?
Thanks
Gilles Plante
The text was updated successfully, but these errors were encountered: