Bug 241827 - Listen Wont Start
Summary: Listen Wont Start
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: listen
Version: 7
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Haïkel Guémar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-30 21:55 UTC by Jonathan Steffan
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-02 08:01:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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