Bug 544685

Summary: pitivi should require python-setuptools
Product: [Fedora] Fedora Reporter: Stuart Jansen <bugzilla+redhat>
Component: pitiviAssignee: Jeffrey C. Ollie <jeff>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: jeff
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-06 02:36:00 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 Stuart Jansen 2009-12-06 01:15:00 UTC
Description of problem:
The pitivi RPM should require python-setuptools, it does not work without it.

Version-Release number of selected component (if applicable):
$ rpm -q pitivi
pitivi-0.13.3-2.fc12.noarch

How reproducible:
Always

Steps to Reproduce:
1. Remove python-setuptools
2. Install pitivi, noting that python-setuptools is not re-installed
3. Launch pitivi from the command line, noting that it dies during launch
  
Actual results:

--------
$ pitivi 
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 118, in <module>
    _run_pitivi()
  File "/usr/bin/pitivi", line 111, in _run_pitivi
    import pitivi.application as ptv
  File "/usr/share/pitivi/python/pitivi/application.py", line 46, in <module>
    from pitivi.pluginmanager import PluginManager
  File "/usr/share/pitivi/python/pitivi/pluginmanager.py", line 36, in <module>
    import pkg_resources
ImportError: No module named pkg_resources
--------

Expected results:

World peace and a working video editor.

Additional info:

Appears to be working fine after manually installing python-setuptools.

Comment 1 Jeffrey C. Ollie 2009-12-06 02:36:00 UTC

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