Bug 178298

Summary: soudconverters requires Python package gst, which is not present
Product: [Fedora] Fedora Reporter: Gael Fraiteur <gael>
Component: soundconverterAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-08 03:32:28 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 Gael Fraiteur 2006-01-19 08:31:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install the package soundconverter using yum, including all required dependencies.
2. Type at the command line: soundconverter
  

Actual Results:  Traceback (most recent call last):
  File "/usr/bin/soundconverter", line 32, in ?
    import gst
ImportError: No module named gst


Expected Results:  The module should be found, because all dependencies required by YUM have been installed.

Additional info:

Comment 1 Ignacio Vazquez-Abrams 2006-01-20 15:12:22 UTC
Please run the following single command and return the results:

rpm -q --qf "%{name}-%{version}-%{release}.%{arch}\n" gstreamer-python
gstreamer-plugins

Comment 2 Ignacio Vazquez-Abrams 2006-03-08 03:32:28 UTC
Not a bug in soundconverter itself, but in gstreamer-python.

*** This bug has been marked as a duplicate of 179624 ***