Bug 241827

Summary: Listen Wont Start
Product: [Fedora] Fedora Reporter: Jonathan Steffan <jonathansteffan>
Component: listenAssignee: Haïkel Guémar <karlthered>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-02 08:01:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Steffan 2007-05-30 21:55:12 UTC
Description of problem:
Listen wont start.

Version-Release number of selected component (if applicable):
listen-0.5-15.fc7.1

How reproducible:
Always

Steps to Reproduce:
1. yum install listen
2. listen
  
Actual results:
$ listen 
Traceback (most recent call last):
  File "/usr/lib/listen/listen.py", line 52, in <module>
    import mutagen 
ImportError: No module named mutagen


Expected results:
Application runs.

Comment 1 Haïkel Guémar 2007-05-31 16:34:59 UTC
Have you python-mutagen installed ?
On my rawhide Box:
[root@shirayuki ~]# yum install listen
(...)
=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 listen                  i386       0.5-15.fc7.1     development       701 k
Installing for dependencies:
 python-mutagen          noarch     1.11-1.fc7       development       218 k



Comment 2 Jonathan Steffan 2007-05-31 17:15:06 UTC
This is on Fedora 7 and no, python-mutagen is not installed.

Comment 3 Haïkel Guémar 2007-06-01 05:41:22 UTC
python-mutagen is an explicit dependence to Listen, you can't possibly install
it from repositories without it.
I tried again the operation on a fresh install and it does work.
Remove listen and try to reinstall it with yum, you should get a similar output.

[root@localhost ~]# yum install listen
(...)
=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 listen                  i386       0.5-15.fc7.1     fedora            701 k
Installing for dependencies:
 python-mutagen          noarch     1.11-1.fc7       fedora            218 k

Comment 4 Jonathan Steffan 2007-07-01 03:53:44 UTC
Well, it works now. I recommend closing this bug.