From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.8) Gecko/20071030 Epiphany/2.20 Firefox/2.0.0.8 Description of problem: Pitivi seems to be mispackaged : python can't found zope.interface module, because python-zope-interface is not set as an install dependancy. Version-Release number of selected component (if applicable): pitivi-0.11.0-1.fc8 How reproducible: Always Steps to Reproduce: 1.Install pitivi 2.Launch pitivi 3. Actual Results: Traceback (most recent call last): File "/usr/bin/pitivi", line 113, in <module> _run_pitivi() File "/usr/bin/pitivi", line 102, in _run_pitivi import pitivi.pitivi as pitivi File "/usr/share/pitivi/python/pitivi/pitivi.py", line 29, in <module> from ui import mainwindow File "/usr/share/pitivi/python/pitivi/ui/mainwindow.py", line 49, in <module> from pluginmanagerdialog import PluginManagerDialog File "/usr/share/pitivi/python/pitivi/ui/pluginmanagerdialog.py", line 29, in <module> import pitivi.plugincore as plugincore File "/usr/share/pitivi/python/pitivi/plugincore.py", line 22, in <module> from zope.interface import Interface, Attribute ImportError: No module named zope.interface Expected Results: Additional info:
pitivi-0.11.0-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pitivi'
Thanks, works correctly now.
pitivi-0.11.0-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.