Rekveld
unread,Mar 26, 2011, 7:41:32 PM3/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyffmpeg
Hi group,
I've just installed pyffmpeg-2.0
and I had this error:
>>> import pyffmpeg
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: libavutil.so.49: cannot open shared object file: No such
file or directory
I have libavutil.so.50 installed, so i made a symlink:
sudo ln -s libavutil.so.50 libavutil.so.49
but pyffmpeg is not easy to fool, now I get:
>>> import pyffmpeg
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: /usr/lib/libavutil.so.49: version `LIBAVUTIL_49' not
found (required by /usr/local/lib/python2.6/dist-packages/pyffmpeg.so)
what can I do ? I tried to install libavutil.so.49 via apt-get, but
that seems to be impossible. And I am not sure it is even possible to
have two versions side-by-side.
I'm on Ubuntu 10.10 and any advice is very welcome !!
ciao,
Joost.