Bug 1384191 - Revert back to Python2 because Python3 version is unusable
Summary: Revert back to Python2 because Python3 version is unusable
Keywords:
Status: CLOSED DUPLICATE of bug 1321376
Alias: None
Product: Fedora
Classification: Fedora
Component: krop
Version: 24
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: ---
Assignee: Raphael Groner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-12 18:53 UTC by Tomáš Hozza
Modified: 2016-10-13 08:45 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-10-13 08:45:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.