pitivi won't start

:~> pitivi
python: symbol lookup error: /usr/lib/python2.6/site-packages/gst-0.10/gst/interfaces.so: undefined symbol: gst_stream_volume_format_get_type

:\

Hello algyzas,

I installed pitivi but coudn’t recreate the error.
Searching the forums I found this thread about the same problem.

I don’t know if it works, but you can try it.

Best of luck!:wink:

Yes, it works :slight_smile:

Pitivi won’t start for me either.

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 51, in <module>
    from pitivi.ui.mainwindow import PitiviMainWindow
  File "/usr/share/pitivi/python/pitivi/ui/mainwindow.py", line 45, in <module>
    from pitivi.ui.timeline import Timeline
  File "/usr/share/pitivi/python/pitivi/ui/timeline.py", line 36, in <module>
    from timelinecanvas import TimelineCanvas
  File "/usr/share/pitivi/python/pitivi/ui/timelinecanvas.py", line 23, in <module>
    import goocanvas
ImportError: /usr/lib/libgoocanvas.so.3: undefined symbol: g_realloc_n

I upgraded glibc to 2.11, no luck. Any other suggestions?

Thanks!

Nevermind. I had a bunch of libs from Factory installed. I downgraded or reinstalled from other repositories. Problem solved.