Bug 1384191

Summary: Revert back to Python2 because Python3 version is unusable
Product: [Fedora] Fedora Reporter: Tomáš Hozza <thozza>
Component: kropAssignee: Raphael Groner <projects.rg>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: high    
Version: 24CC: i, projects.rg
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-13 08:45:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomáš Hozza 2016-10-12 18:53:34 UTC
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

Comment 1 Raphael Groner 2016-10-12 19:36:08 UTC
There are already two bugs about this issue. We can use this bug as a tracker.

Comment 2 Tomáš Hozza 2016-10-13 08:45:42 UTC
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 ***