On Tue, 2007-10-23 at 13:08 -0700, George Farris wrote:
> 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.

Thanks,

        yum install python-zope-interface

made that error go away. But now it seems my gstreamer version is one
revision to old: 

        "You do not have a recent enough version of GStreamer (currently
        0.10.13.0). Install a version of the GStreamer greater or equal
        to 0.10.13.1"

But I can wait two weeks for Fedora 8 and try again.

--
Per Thomas


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

Reply via email to