Перестал запускаться, кажется после установки OpenShot, я его с помощью wizrda ставил.
user@uba:~$ software-center
AttributeError: 'module' object has no attribute 'Element'
ERROR: Could not load classifier cascade /usr/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml
/usr/lib/python2.6/dist-packages/gst-0.10/gst/__init__.py:193: Warning: g_param_spec_internal: assertion `(name[0] >= 'A' && name[0] <= 'Z') || (name[0] >= 'a' && name[0] <= 'z')' failed
from _gst import *
ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/gstreamer-0.10/libgstfrei0r.so
Please either:
- remove it and restart.
- run with --gst-disable-segtrap and debug.
(software-center:3040): GStreamer-WARNING **: adding type GstFourcc multiple times
(software-center:3040): GStreamer-WARNING **: adding type GstIntRange multiple times
(software-center:3040): GStreamer-WARNING **: adding type GstDoubleRange multiple times
(software-center:3040): GStreamer-WARNING **: adding type GstFractionRange multiple times
(software-center:3040): GStreamer-WARNING **: adding type GstValueList multiple times
(software-center:3040): GStreamer-WARNING **: adding type GstValueArray multiple times
(software-center:3040): GStreamer-WARNING **: adding type GstFraction multiple times
(software-center:3040): GStreamer-WARNING **: adding type gdouble multiple times
(software-center:3040): GStreamer-WARNING **: adding type gfloat multiple times
(software-center:3040): GStreamer-WARNING **: adding type gchararray multiple times
(software-center:3040): GStreamer-WARNING **: adding type gboolean multiple times
(software-center:3040): GStreamer-WARNING **: adding type GEnum multiple times
(software-center:3040): GStreamer-WARNING **: adding type GFlags multiple times
(software-center:3040): GStreamer-WARNING **: adding type gint multiple times
(software-center:3040): GStreamer-WARNING **: adding type gint64 multiple times
(software-center:3040): GStreamer-WARNING **: adding type glong multiple times
(software-center:3040): GStreamer-WARNING **: adding type guint multiple times
(software-center:3040): GStreamer-WARNING **: adding type guint64 multiple times
(software-center:3040): GStreamer-WARNING **: adding type gulong multiple times
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/gst-0.10/gst/__init__.py", line 25, in <module>
import gstlibtoolimporter
KeyError: 'gst'
ERROR: Could not load classifier cascade /usr/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml
/usr/share/software-center/softwarecenter/apt/aptcache.py:38: Warning: g_param_spec_internal: assertion `(name[0] >= 'A' && name[0] <= 'Z') || (name[0] >= 'a' && name[0] <= 'z')' failed
gtk.main_iteration()
ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/gstreamer-0.10/libgstfrei0r.so
Please either:
- remove it and restart.
- run with --gst-disable-segtrap and debug.
Could not initialize GStreamer: Ошибка повторного сканирования реестра , child terminated by signal
Вот что в файле __init__.py:
try:
24
25 import gstlibtoolimporter
26 gstlibtoolimporter.install()
27 except ImportError:
28 gstlibtoolimporter = None