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

Python3 continued #24

Open
rapgro opened this issue Sep 9, 2020 · 2 comments
Open

Python3 continued #24

rapgro opened this issue Sep 9, 2020 · 2 comments

Comments

@rapgro
Copy link

rapgro commented Sep 9, 2020

While build with python 3 and execution of tests:

TypeError: Class advice impossible in Python3. Use the @implementer class decorator instead.

Also, I'll send a pull request to support python3 in all the print commands around in sources.

@rapgro
Copy link
Author

rapgro commented Sep 9, 2020

see #16 and #25

@rapgro
Copy link
Author

rapgro commented Sep 9, 2020

The TypeError is a bug in zope:

…
  File "/usr/lib64/python3.9/site-packages/zope/interface/declarations.py", line 706, in implements
    raise TypeError(_ADVICE_ERROR % 'implementer')
TypeError: Class advice impossible in Python3.  Use the @implementer class decorator instead.

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

1 participant