Skip to content
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

Please fix python3 build #28

Open
yurivict opened this issue Feb 25, 2018 · 1 comment
Open

Please fix python3 build #28

yurivict opened this issue Feb 25, 2018 · 1 comment

Comments

@yurivict
Copy link

It prints these errors:

byte-compiling /usr/ports/security/py-pyaxo/work-py36/stage/usr/local/lib/python3.6/site-packages/pyaxo.py to pyaxo.cpython-36.pyc
  File "/usr/local/lib/python3.6/site-packages/pyaxo.py", line 127
    print 'Confirm ' + other_name + ' has identity key fingerprint:\n'
                   ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'Confirm ' + other_name + ' has identity key fingerprint:\n')?

writing byte-compilation script '/tmp/tmp0_bsh647.py'
/usr/local/bin/python3.6 /tmp/tmp0_bsh647.py
  File "/usr/local/lib/python3.6/site-packages/pyaxo.py", line 127
    print 'Confirm ' + other_name + ' has identity key fingerprint:\n'
                   ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'Confirm ' + other_name + ' has identity key fingerprint:\n')?

Project unmessage depends on both pyaxo and opuslib. opuslib is now pythin3-only, and pyaxo is pythin2-only. This makes unmessage broken.

@felipedau
Copy link
Contributor

@yurivict, thank you so much for letting us know! We will fix that. unMessage itself is python2-only regardless of its dependencies, so we'll need to work on that too.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants