Description of problem: krop currently does not work at all in Fedora. The issue is that the project does not properly support Python3, but it is built with Python3. The application does not start at all. It produces traceback as mentioned in Bug #1370721 comment #14 $ krop Traceback (most recent call last): File "/usr/bin/krop", line 17, in <module> import krop.krop File "/usr/lib/python3.5/site-packages/krop/krop.py", line 19, in <module> from version import __version__ ImportError: No module named 'version' The Python2 version (krop-0.4.10-1.fc24) works OK. Version-Release number of selected component (if applicable): krop-0.4.11-2.fc24 How reproducible: always Steps to Reproduce: 1. just try to start krop Actual results: traceback, the tool is completely unusable Expected results: should work Additional info: Just revert back to Python2
There are already two bugs about this issue. We can use this bug as a tracker.
This bug is actually about the same issue as Bug #1321376 Closing as duplicate. *** This bug has been marked as a duplicate of bug 1321376 ***