Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658954 - dev-python/id3-py is not compatible with python3
Summary: dev-python/id3-py is not compatible with python3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-24 13:24 UTC by Pacho Ramos
Modified: 2018-06-28 19:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2018-06-24 13:24:20 UTC
I thought it was a problem with python3.6, but it's the same with python3.5
>>> import ID3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.5/site-packages/ID3.py", line 156
    self.msg = msg
                 ^
TabError: inconsistent use of tabs and spaces in indentation
Comment 1 Pacho Ramos gentoo-dev 2018-06-28 19:08:33 UTC
the only consumer is python2 only
[master bd5be32c8ce2] dev-python/id3-py: Doesn't work with python3 (#658954)
 1 file changed, 2 insertions(+), 2 deletions(-)