How did you install elisa, pigment and gstreamer?
Obviously, your installed python-gst and gstreamer are not in sync. If
you installed these through your normal distribution packages, it is
likely a bug in your distribution.
The following command should not fail on your system:
python -c "import gst"
If it does, this means python-gst and/or gstreamer is not installed
correctly on your machine.
Guillaume
On 22:04 Sat 14 Feb , Pelle wrote:
> Hi
>
> cannot startup Elisa after installing it on Suse 11.1. This is shown:
>
> pe...@media:~> elisa
> Launcher core version: 0.5.27
> /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:4:
> DeprecationWarning: the md5 module is deprecated; use hashlib instead
> import itertools, md5
> Current core version: 0.5.27
> /usr/lib/python2.6/site-packages/elisa/core/utils/classinit.py:34:
> UserWarning: ClassInitMeta class is deprecated
> warn("ClassInitMeta class is deprecated")
> WARN MainThread plugin_registry Feb 14 21:49:08 plugin
> Louie has the following unmet dependencies: nose>=0.8.3
> (elisa/core/plugin_registry.py:343)
> /usr/lib/python2.6/site-packages/twisted/python/filepath.py:12:
> DeprecationWarning: the sha module is deprecated; use the hashlib module
> instead
> import sha
> /usr/bin/python: symbol lookup error: /usr/lib/python2.6/site-
> packages/gst-0.10/gst/_gst.so: undefined symbol:
> gst_structure_change_type_get_type
>
> Are you able to help?
>
> KR/Pelle
>