- Code: Select all
--------------------------------
OpenShot (version 1.2.2)
--------------------------------
Process no longer exists: 4966. Creating new pid lock file.
-------------------------------------------------------
Error: OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)
Use the following command to install OpenShot:
$ sudo python setup.py install
I do the packaging through this command:
- Code: Select all
python setup.py install --prefix=/usr --root="$pkgdir"
And then it's moved to the actual /usr.
This kind of error output has been reported in the Forums several times. All the topics I read talked about a missing symlink, but I have those files:
- Code: Select all
[chaves@afonsox openshot]$ ls /usr/lib/*libmlt*
/usr/lib/libmlt.so /usr/lib/libmlt.so.0.5.10 /usr/lib/libmlt.so.2 /usr/lib/libmlt++.so.3
/usr/lib/libmlt++.so /usr/lib/libmlt++.so.0.5.10 /usr/lib/libmlt++.so.2
