On Tue, 2007-10-23 at 21:39 +0200, Per Thomas Jahr wrote: > Hi, > > I wanted to try out the 0.11.0 release, but I get the following error > when trying to start pitivi (see below). I don't know much about Python, > but some module seems to be missing. What do I need to do? BTW: I'm > running Fedora 7. > > $ pitivi > Traceback (most recent call last): > File "/usr/local/bin/pitivi", line 113, in <module> > _run_pitivi() > File "/usr/local/bin/pitivi", line 102, in _run_pitivi > import pitivi.pitivi as pitivi > File "/usr/local/lib/pitivi/python/pitivi/pitivi.py", line 29, in <module> > from ui import mainwindow > File "/usr/local/lib/pitivi/python/pitivi/ui/mainwindow.py", line 49, in > <module> > from pluginmanagerdialog import PluginManagerDialog > File "/usr/local/lib/pitivi/python/pitivi/ui/pluginmanagerdialog.py", line > 29, in <module> > import pitivi.plugincore as plugincore > File "/usr/local/lib/pitivi/python/pitivi/plugincore.py", line 22, in > <module> > from zope.interface import Interface, Attribute > ImportError: No module named zope.interface
Install the "python-zopeinterface" package (Ubuntu) or whatever it is called on your distro of choice. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pitivi-pitivi mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi
