Bug 544685 - pitivi should require python-setuptools
Summary: pitivi should require python-setuptools
Keywords:
Status: CLOSED DUPLICATE of bug 540192
Alias: None
Product: Fedora
Classification: Fedora
Component: pitivi
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jeffrey C. Ollie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-06 01:15 UTC by Stuart Jansen
Modified: 2009-12-06 02:36 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-12-06 02:36:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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