Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258166 - media-video/pitivi needs to depend on dev-python/setuptools
Summary: media-video/pitivi needs to depend on dev-python/setuptools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Hanno Böck
URL: https://bugzilla.redhat.com/show_bug....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 17:47 UTC by Märt Bakhoff
Modified: 2009-02-09 16:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Märt Bakhoff 2009-02-08 17:47:00 UTC
Pitivi compiles without setuptools, but won't run / crashes at startup: 

mart@artemis ~ $ pitivi
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 122, in <module>
    _run_pitivi()
  File "/usr/bin/pitivi", line 111, in _run_pitivi
    import pitivi.pitivi as ptv
  File "//usr/lib64/pitivi/python/pitivi/pitivi.py", line 38, in <module>
    from pluginmanager import PluginManager
  File "//usr/lib64/pitivi/python/pitivi/pluginmanager.py", line 36, in <module>
    import pkg_resources
ImportError: No module named pkg_resources

Installing dev-python/setuptools solves the problem. 

Also reported/fixed at redhat's: 
https://bugzilla.redhat.com/show_bug.cgi?id=426855


Reproducible: Always

Steps to Reproduce:
1. Run pitivi without dev-python/setuptools and fail 
2. Install setuptools 
3. Application starts
Comment 1 Hanno Böck gentoo-dev 2009-02-09 16:18:38 UTC
thanks, fixed