[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-04-13 Thread Jonathan Thomas
Sorry, but this is not due to the code in OpenShot, and rather a packaging issue. Please use the PPA to test on Ubuntu 9.10 and 10.04, instead of the installers. Also, please read the follow FAQ on debugging an installation issue. It is very helpful:

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-04-13 Thread Diff Handy
Hi, Absolutely, it's a packaging bug and therefore related to Ubuntu packaging rather than Openshot code. It's unfortunate that people will view it as an Openshot issue, when they install it via the software center but that's the way these things work. -- Openshot fails to import mlt and then

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-17 Thread papukaija
** Changed in: openshot (Ubuntu) Status: New = Confirmed ** Tags added: amd64 i386 -- Openshot fails to import mlt and then fails to start https://bugs.launchpad.net/bugs/537431 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-12 Thread cyzen
same here after a fresh installed and updated Ubuntu 9.10 32bit OpenShot (version 1.1.0) *** ERROR: MLT Python bindings failed to import *** *** ERROR: MLT Python bindings failed to import *** Exception in thread Thread-1:

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Looks like it might be a problem with mlt $ ldd /usr/lib/python2.6/dist-packages/_mlt.so linux-vdso.so.1 = (0x739ff000) libmlt++.so.2 = not found libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f063976c000) libc.so.6 = /lib/libc.so.6 (0x7f06393ea000)

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread cenwen
this bug is duplicated here : https://answers.launchpad.net/openshot/+question/103717 and here too : https://answers.launchpad.net/openshot/+question/95857 could you post the result of this commands : ls /usr/lib/*libmlt* and $python import mlt Thanks -- Openshot fails to import mlt and then

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Hi cenwen, Damn and I did search for dupes too. $ ls /usr/lib/*libmlt* /usr/lib/libmlt.so.0.4.10/usr/lib/libmlt.so.2 /usr/lib/libmlt++.so.0.4.10 /usr/lib/libmlt++.so.3 $ ls -l /usr/lib/*libmlt* -rw-r--r-- 1 root root 129528 2010-02-13 00:34 /usr/lib/libmlt.so.0.4.10 -rw-r--r-- 1 root root

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread cenwen
Hi Diff Certainly so we are going to create one, the good (i hope). So in a console try that : sudo ln -s $(ls -C /usr/lib/libmlt.so.0.4.10 | cut -f 1 -d' ') /usr/lib/libmlt++.so.2 -- Openshot fails to import mlt and then fails to start https://bugs.launchpad.net/bugs/537431 You received this

[Bug 537431] Re: Openshot fails to import mlt and then fails to start

2010-03-11 Thread Diff Handy
Yeah, I tried that already (ok simplified i just did 'sudo ln -s /usr/lib/libmlt.so.0.4.10 /usr/lib/libmlt++.so.2' but it's much of a muchness. This makes ldd happy ldd /usr/lib/python2.6/dist-packages/_mlt.so linux-vdso.so.1 = (0x787ff000) libmlt++.so.2 =