Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506422 - =dev-python/eyeD3-0.7.4 - python 2.7 wrapper not created
Summary: =dev-python/eyeD3-0.7.4 - python 2.7 wrapper not created
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 08:48 UTC by Andrew Udvare
Modified: 2014-04-01 09:19 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 Andrew Udvare 2014-04-01 08:48:47 UTC
If you have your system Python to something other than Python 2.7, this package will not run:

$ which eyeD3 
/usr/bin/eyeD3
$ cat $(which eyeD3)
#!/usr/bin/env bash

python -m eyed3.main "$@"
$ eyeD3 
/usr/bin/python3.3: No module named 'eyed3'

Reproducible: Always

Steps to Reproduce:
1. Unmask this package
2. Install
3. Run just `eyeD3`
Actual Results:  
/usr/bin/python3.3: No module named 'eyed3'

Expected Results:  
$ eyeD3 
Nothing to do

Can be fixed by just putting this in the script:

python2 -m eyed3.main "$@"  # or python2.7 preferably since that is the only supported version
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-04-01 09:19:33 UTC
thanks, fixed in -r1