I am trying to install openshot 1.3 from yesterday. After doing everything I could do and searching the whole web. I am finally asking this. I downloaded the source and installed it from there and then installed the mlt libs too ( but not sure whether I have python binding or not). finally I found this debug script and I dont know what to do with it. So will just give you the output of that debug file. Help will be appreciated.
$ sudo python debug.py
-----------------------------------------------------------
OpenShot Debug File 0.0.2 - 2011-04-17 18:29:42.730477
-----------------------------------------------------------
This file contains a list of installed packages related to OpenShot,
locations of files, and a list of shared libraries used by python-mlt.
-----------------------------------------------------------
Distribution Version Info
-----------------------------------------------------------
LSB Version: :core-4.0-amd64:core-4.0-noarch
Distributor ID: Fedora
Description: Fedora release 14 (Laughlin)
Release: 14
Codename: Laughlin
Traceback (most recent call last):
File "debug.py", line 45, in <module>
process = subprocess.Popen(["dpkg","-l","openshot", "libmlt1", "libmlt2", "python-mlt", "python-mlt2", "openshot-mlt"], stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
File "/usr/lib64/python2.7/subprocess.py", line 672, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1201, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Also here it seems like it was searching in /use/lib64, but i found the file in /usr/lib/...so i copied the openshot folder from lib to /usr/lib64/python2.7/site-packages but to no avail.
Well hope someone can help soon.
dpkg, which is a Debian (and Ubuntu, and others) package management tool. Fedora doesn't havedpkg, it hasrpminstead playing the same role. Don't copy things under/usrif you don't understand what you're doing. If you want help installing openshot, tell us what instructions you followed, what files you downloaded, copy-paste the commands you ran and the error messages. – Gilles Apr 17 '11 at 18:11