Kajongg troubles Python

`
Kajongg2023-05-12 09-45-59

Python Version conflict? -- Is "correctly installed".

Are you in testing or unstable? Pyhton 3.11 has not yet reached to Stable. Do you have all packages up to date? There seems to be new versions for Kajongg and python-zope-interface in testing and unstable branches

Edit:
Looking a little bit more in depth, it seems that Kajongg is not ready for Zope-interface version 6. implements was dropped from this module in that version. And Kajongg tries to import implements just to verify that zope-interface module is installed (it doesn’t use it directly)

So the solution is to try to warn the application developers about this and wait for a modified version of the app.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.